Searched refs:tpidr_el0 (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/arm64/arm64/ |
H A D | swtch.S | 119 msr tpidr_el0, x6 157 mrs x6, tpidr_el0 214 msr tpidr_el0, x6 288 mrs x6, tpidr_el0
|
H A D | freebsd32_machdep.c | 84 WRITE_SPECIALREG(tpidr_el0, uap->parms); in freebsd32_sysarch()
|
H A D | machdep.c | 1153 PRINT_REG(tpidr_el0); in DB_SHOW_COMMAND()
|
H A D | exec_machdep.c | 415 WRITE_SPECIALREG(tpidr_el0, 0); in exec_setregs()
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_hyp.c | 228 hypctx->tpidr_el0 = READ_SPECIALREG(tpidr_el0); in vmm_hyp_reg_store() 274 WRITE_SPECIALREG(tpidr_el0, hypctx->tpidr_el0); in vmm_hyp_reg_restore()
|
H A D | vmm_reset.c | 85 set_arch_unknown(el2ctx->tpidr_el0); in reset_vm_el01_regs()
|
H A D | arm64.h | 53 uint64_t tpidr_el0; /* EL0 Software ID Register */ member
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysvec.c | 178 WRITE_SPECIALREG(tpidr_el0, 0); in linux_exec_setregs()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 4628 …es_Group>, Values<"soft,cp15,tpidrurw,tpidruro,tpidrprw,el0,el1,el2,el3,tpidr_el0,tpidr_el1,tpidr_… 4631 …"For AArch64: 'tpidr_el0', 'tpidr_el1', 'tpidr_el2', 'tpidr_el3' or 'tpidrro_el0' use the five sys…
|