Searched refs:FSR (Results 1 – 12 of 12) sorted by relevance
/linux/arch/arm/include/debug/ |
A D | renesas-scif.S | 17 #define FSR 0x08 macro 21 #define FSR 0x14 macro 25 #define FSR 0x10 macro 40 1001: ldrh \rd, [\rx, #FSR] 47 ldrh \rd, [\rx, #FSR] 49 strh \rd, [\rx, #FSR] 53 1001: ldrh \rd, [\rx, #FSR]
|
/linux/arch/arm/mm/ |
A D | abort-ev4.S | 20 mrc p15, 0, r1, c5, c0, 0 @ get FSR 24 bic r1, r1, #1 << 11 | 1 << 10 @ clear bits 11 and 10 of FSR
|
A D | abort-ev4t.S | 21 mrc p15, 0, r1, c5, c0, 0 @ get FSR 25 bic r1, r1, #1 << 11 | 1 << 10 @ clear bits 11 and 10 of FSR
|
A D | abort-ev5t.S | 21 mrc p15, 0, r1, c5, c0, 0 @ get FSR 26 bic r1, r1, #1 << 11 @ clear bits 11 of FSR
|
A D | abort-ev5tj.S | 21 mrc p15, 0, r1, c5, c0, 0 @ get FSR 23 bic r1, r1, #1 << 11 | 1 << 10 @ clear bits 11 and 10 of FSR
|
A D | abort-ev6.S | 21 mrc p15, 0, r1, c5, c0, 0 @ get FSR 34 bic r1, r1, #1 << 11 @ clear bit 11 of FSR
|
A D | abort-nommu.S | 18 mov r0, #0 @ clear r0, r1 (no FSR/FAR)
|
A D | abort-ev7.S | 17 mrc p15, 0, r1, c5, c0, 0 @ get FSR
|
A D | abort-lv4t.S | 21 mrc p15, 0, r1, c5, c0, 0 @ get FSR 23 bic r1, r1, #1 << 11 | 1 << 10 @ clear bits 11 and 10 of FSR 25 mov r0, #0 @ clear r0, r1 (no FSR/FAR)
|
/linux/drivers/iommu/ |
A D | msm_iommu_hw-8xxx.h | 128 #define SET_FSR(b, c, v) SET_CTX_REG(FSR, (b), (c), (v)) 157 #define GET_FSR(b, c) GET_CTX_REG(FSR, (b), (c)) 649 #define GET_TF(b, c) GET_CONTEXT_FIELD(b, c, FSR, TF) 650 #define GET_AFF(b, c) GET_CONTEXT_FIELD(b, c, FSR, AFF) 651 #define GET_APF(b, c) GET_CONTEXT_FIELD(b, c, FSR, APF) 652 #define GET_TLBMF(b, c) GET_CONTEXT_FIELD(b, c, FSR, TLBMF) 655 #define GET_MHF(b, c) GET_CONTEXT_FIELD(b, c, FSR, MHF) 656 #define GET_SL(b, c) GET_CONTEXT_FIELD(b, c, FSR, SL) 657 #define GET_SS(b, c) GET_CONTEXT_FIELD(b, c, FSR, SS) 658 #define GET_MULTI(b, c) GET_CONTEXT_FIELD(b, c, FSR, MULTI) [all …]
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
A D | pinctrl-single.txt | 242 0x00 0x18 0x18 /* FSR/CLKR signal from FSX/CLKX pin */
|
/linux/arch/arm/ |
A D | Kconfig | 789 bool "ARM errata: FSR write bit incorrect on a SWP to read-only memory" 793 of the FSR on the ARM 1136 prior to r1p0. This causes the kernel to
|
Completed in 24 milliseconds