Searched refs:tpidrro_el0 (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/arm64/arm64/ |
H A D | swtch.S | 121 msr tpidrro_el0, x6 155 mrs x6, tpidrro_el0 216 msr tpidrro_el0, x6 286 mrs x6, tpidrro_el0
|
H A D | freebsd32_machdep.c | 85 WRITE_SPECIALREG(tpidrro_el0, uap->parms); in freebsd32_sysarch()
|
H A D | machdep.c | 1155 PRINT_REG(tpidrro_el0); in DB_SHOW_COMMAND()
|
H A D | exec_machdep.c | 414 WRITE_SPECIALREG(tpidrro_el0, 0); in exec_setregs()
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_hyp.c | 229 hypctx->tpidrro_el0 = READ_SPECIALREG(tpidrro_el0); in vmm_hyp_reg_store() 275 WRITE_SPECIALREG(tpidrro_el0, hypctx->tpidrro_el0); in vmm_hyp_reg_restore()
|
H A D | vmm_reset.c | 87 set_arch_unknown(el2ctx->tpidrro_el0); in reset_vm_el01_regs()
|
H A D | arm64.h | 54 uint64_t tpidrro_el0; /* Read-only Thread ID Register */ member
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysvec.c | 177 WRITE_SPECIALREG(tpidrro_el0, 0); in linux_exec_setregs()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 4628 …5,tpidrurw,tpidruro,tpidrprw,el0,el1,el2,el3,tpidr_el0,tpidr_el1,tpidr_el2,tpidr_el3,tpidrro_el0">, 4631 …"For AArch64: 'tpidr_el0', 'tpidr_el1', 'tpidr_el2', 'tpidr_el3' or 'tpidrro_el0' use the five sys…
|