Searched refs:CONTEXTIDR (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/ |
D | Kconfig.debug | 4 bool "Write the current PID to the CONTEXTIDR register" 7 the CONTEXTIDR register, at the expense of some additional
|
/kernel/liteos_a/arch/arm/arm/include/ |
D | los_hw_cpu.h | 126 #define CONTEXTIDR CP15_REG(c13, 0, c0, 1) /* Context ID Register */ macro
|
/kernel/linux/linux-5.10/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 123 #define SET_CONTEXTIDR(b, c, v) SET_CTX_REG(CONTEXTIDR, (b), (c), (v)) 152 #define GET_CONTEXTIDR(b, c) GET_CTX_REG(CONTEXTIDR, (b), (c)) 455 SET_CONTEXT_FIELD(b, c, CONTEXTIDR, CONTEXTIDR_ASID, v) 457 SET_CONTEXT_FIELD(b, c, CONTEXTIDR, PROCID, v) 644 GET_CONTEXT_FIELD(b, c, CONTEXTIDR, CONTEXTIDR_ASID) 645 #define GET_CONTEXTIDR_PROCID(b, c) GET_CONTEXT_FIELD(b, c, CONTEXTIDR, PROCID) 826 #define CONTEXTIDR (0x008) macro
|
/kernel/linux/linux-5.10/arch/arm/ |
D | Kconfig.debug | 1964 bool "Write the current PID to the CONTEXTIDR register" 1968 the PROCID field of the CONTEXTIDR register, at the expense of some
|