Home
last modified time | relevance | path

Searched refs:sp_el0 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dswtch.S109 msr sp_el0, x19
191 msr sp_el0, x20
247 msr sp_el0, x18
H A Dexception.S64 mrs x18, sp_el0
83 msr sp_el0, x1
135 msr sp_el0, x18
H A Dlocore.S123 msr sp_el0, x15
279 msr sp_el0, x15
H A Dmachdep.c1149 PRINT_REG(sp_el0); in DB_SHOW_COMMAND()
/freebsd/sys/arm64/vmm/
H A Dvmm_hyp.c227 hypctx->sp_el0 = READ_SPECIALREG(sp_el0); in vmm_hyp_reg_store()
273 WRITE_SPECIALREG(sp_el0, hypctx->sp_el0); in vmm_hyp_reg_restore()
H A Dvmm_reset.c83 set_arch_unknown(el2ctx->sp_el0); in reset_vm_el01_regs()
H A Darm64.h52 uint64_t sp_el0; /* Stack pointer */ member
/freebsd/sys/contrib/xen/
H A Darch-arm.h285 uint64_t sp_el0; member