Searched refs:trap_to_hyp (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dmisc64.cc151 bool trap_to_hyp = false; local
160 trap_to_hyp = cptr.tfp;
165 trap_to_hyp = cptr.tcpac && el == EL1;
179 trap_to_hyp =
196 trap_to_hyp = hcr.ttlb && el == EL1;
203 trap_to_hyp = hcr.tpu && el <= EL1;
210 trap_to_hyp = hcr.tpc && el <= EL1;
216 trap_to_hyp = hcr.tsw && el == EL1;
220 trap_to_hyp = hcr.tacr && el == EL1;
256 trap_to_hyp
[all...]

Completed in 4 milliseconds