Searched refs:SCTLR_M (Results 1 – 5 of 5) sorted by relevance
80 el2ctx->sctlr_el1 &= ~SCTLR_M & ~SCTLR_C & ~SCTLR_I; in reset_vm_el01_regs()
630 if ((hypctx->sctlr_el1 & SCTLR_M) != 0) in arm64_gen_inst_emul_data()
997 SCTLR_M | SCTLR_CP15BEN | SCTLR_BT1 | SCTLR_BT0)
344 if ((regs[4] & SCTLR_M) != 0) in guest_paging_info()
2633 #define SCTLR_M (UL(0x1) << 0) macro