Searched refs:CONTEXTIDR (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/arm64/ |
D | Kconfig.debug | 32 bool "Write the current PID to the CONTEXTIDR register" 35 the CONTEXTIDR register, at the expense of some additional
|
/linux-4.4.14/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 136 #define SET_CONTEXTIDR(b, c, v) SET_CTX_REG(CONTEXTIDR, (b), (c), (v)) 165 #define GET_CONTEXTIDR(b, c) GET_CTX_REG(CONTEXTIDR, (b), (c)) 468 SET_CONTEXT_FIELD(b, c, CONTEXTIDR, CONTEXTIDR_ASID, v) 470 SET_CONTEXT_FIELD(b, c, CONTEXTIDR, PROCID, v) 657 GET_CONTEXT_FIELD(b, c, CONTEXTIDR, CONTEXTIDR_ASID) 658 #define GET_CONTEXTIDR_PROCID(b, c) GET_CONTEXT_FIELD(b, c, CONTEXTIDR, PROCID) 839 #define CONTEXTIDR (0x008) macro
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 1628 bool "Write the current PID to the CONTEXTIDR register" 1632 the PROCID field of the CONTEXTIDR register, at the expense of some
|