Lines Matching refs:cxt
16 struct tlb_inv_context *cxt)
28 val = cxt->tcr = read_sysreg_el1(SYS_TCR);
44 static void __tlb_switch_to_host(struct tlb_inv_context *cxt)
52 write_sysreg_el1(cxt->tcr, SYS_TCR);
59 struct tlb_inv_context cxt;
64 __tlb_switch_to_guest(mmu, &cxt);
107 __tlb_switch_to_host(&cxt);
112 struct tlb_inv_context cxt;
117 __tlb_switch_to_guest(mmu, &cxt);
123 __tlb_switch_to_host(&cxt);
128 struct tlb_inv_context cxt;
131 __tlb_switch_to_guest(mmu, &cxt);
138 __tlb_switch_to_host(&cxt);