Searched refs:idmap (Results 1 – 25 of 35) sorted by relevance
12
/arch/arm/include/asm/ |
D | idmap.h | 9 #define __idmap __section(.idmap.text) noinline notrace
|
D | memory.h | 331 static inline phys_addr_t idmap_to_phys(unsigned long idmap) in idmap_to_phys() argument 333 phys_addr_t addr = idmap; in idmap_to_phys()
|
/arch/arm64/kernel/ |
D | cpu-reset.S | 19 .pushsection .idmap.text, "awx"
|
D | vmlinux.lds.S | 38 *(.hyp.idmap.text) \ 47 *(.idmap.text) \
|
/arch/arm/kernel/ |
D | vmlinux.lds.S | 32 *(.idmap.text) \ 36 *(.hyp.idmap.text) \
|
D | vmlinux-xip.lds.S | 25 *(.idmap.text) \ 29 *(.hyp.idmap.text) \
|
D | sleep.S | 102 .pushsection .idmap.text,"ax"
|
/arch/arm/mm/ |
D | proc-arm9tdmi.S | 48 .pushsection .idmap.text, "ax"
|
D | proc-arm7tdmi.S | 48 .pushsection .idmap.text, "ax"
|
D | proc-arm720.S | 104 .pushsection .idmap.text, "ax"
|
D | proc-arm740.S | 52 .pushsection .idmap.text, "ax"
|
D | proc-sa110.S | 65 .pushsection .idmap.text, "ax"
|
D | proc-fa526.S | 59 .pushsection .idmap.text, "ax"
|
D | Makefile | 8 obj-$(CONFIG_MMU) += fault-armv.o flush.o idmap.o ioremap.o \
|
D | proc-sa1100.S | 73 .pushsection .idmap.text, "ax"
|
D | proc-arm940.S | 51 .pushsection .idmap.text, "ax"
|
D | proc-v6.S | 58 .pushsection .idmap.text, "ax"
|
D | proc-arm1026.S | 87 .pushsection .idmap.text, "ax"
|
D | proc-arm1022.S | 87 .pushsection .idmap.text, "ax"
|
D | proc-arm922.S | 90 .pushsection .idmap.text, "ax"
|
D | proc-arm1020e.S | 96 .pushsection .idmap.text, "ax"
|
D | proc-mohawk.S | 72 .pushsection .idmap.text, "ax"
|
/arch/arm64/kvm/ |
D | hyp-init.S | 28 .pushsection .hyp.idmap.text, "ax"
|
/arch/arm/mach-tegra/ |
D | sleep.S | 124 .pushsection .idmap.text, "ax"
|
/arch/arm/kvm/ |
D | init.S | 50 .pushsection .hyp.idmap.text,"ax"
|
12