Lines Matching +full:0 +full:b01
26 ((tcr & TCR_EL2_DS) ? TCR_DS : 0) | in translate_tcr_el2_to_tcr_el1()
27 ((tcr & TCR_EL2_TBI) ? TCR_TBI0 : 0) | in translate_tcr_el2_to_tcr_el1()
135 xn &= 0b10; in kvm_s2_trans_exec_el0()
138 case 0b00: in kvm_s2_trans_exec_el0()
139 case 0b01: in kvm_s2_trans_exec_el0()
151 xn &= 0b10; in kvm_s2_trans_exec_el1()
154 case 0b00: in kvm_s2_trans_exec_el1()
155 case 0b11: in kvm_s2_trans_exec_el1()
238 *elr = 0xbad9acc0debadbad; in kvm_auth_eretax()
253 u8 shift = 0; \
287 default: /* IMPDEF: handle tg==0 as 64k */ in decode_range_tlbi()
292 base = (val & GENMASK(36, 0)) << shift; in decode_range_tlbi()
307 case 0: return 32; in ps_to_output_size()