Searched refs:relocate (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v6.6/drivers/soc/qcom/ |
D | mdt_loader.c | 213 bool relocate = false; in qcom_mdt_pas_init() local 229 relocate = true; in qcom_mdt_pas_init() 253 if (relocate) { in qcom_mdt_pas_init() 306 bool relocate = false; in __qcom_mdt_load() local 326 relocate = true; in __qcom_mdt_load() 332 if (relocate) { in __qcom_mdt_load()
|
/Linux-v6.6/Documentation/powerpc/ |
D | kaslr-booke32.rst | 14 map or copy kernel to a proper place and relocate. Freescale Book-E 18 relocate.
|
D | kasan.txt | 49 being able to arbitrarily relocate the kernel, which is basically the tricky
|
/Linux-v6.6/arch/mips/kernel/ |
D | vpe.c | 581 unsigned int len, i, symindex = 0, strindex = 0, relocate = 0; in vpe_elfload() local 602 relocate = 1; in vpe_elfload() 618 if (relocate) { in vpe_elfload() 649 if (relocate) { in vpe_elfload()
|
D | Makefile | 91 obj-$(CONFIG_RELOCATABLE) += relocate.o
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | reloc_64.S | 19 _GLOBAL(relocate)
|
D | reloc_32.S | 30 _GLOBAL(relocate)
|
D | head_64.S | 606 bl relocate 635 bl relocate
|
D | head_44x.S | 90 bl relocate
|
D | prom_init.c | 3276 relocate(KERNELBASE); in setup_secure_guest() 3281 relocate(kbase); in setup_secure_guest()
|
D | head_85xx.S | 129 2: bl relocate
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | elf.h | 189 void relocate(unsigned long final_address);
|
/Linux-v6.6/arch/loongarch/kernel/ |
D | Makefile | 58 obj-$(CONFIG_RELOCATABLE) += relocate.o
|
/Linux-v6.6/drivers/firmware/efi/libstub/ |
D | Makefile | 73 alignedmem.o relocate.o printk.o vsprintf.o
|
/Linux-v6.6/drivers/remoteproc/ |
D | qcom_q6v5_mss.c | 1340 bool relocate = false; in q6v5_mpss_load() local 1380 relocate = true; in q6v5_mpss_load() 1415 mpss_reloc = relocate ? min_addr : qproc->mpss_phys; in q6v5_mpss_load() 1492 boot_addr = relocate ? qproc->mpss_phys : min_addr; in q6v5_mpss_load()
|
/Linux-v6.6/arch/arm/boot/compressed/ |
D | head.S | 291 add r2, r2, r1 @ relocate it 578 1: ldr r1, [r11, #0] @ relocate entries in the GOT 597 1: ldr r1, [r11, #0] @ relocate entries in the GOT
|
/Linux-v6.6/Documentation/riscv/ |
D | boot.rst | 47 and 4MB aligned for rv32). Note that the EFI stub will physically relocate the
|
/Linux-v6.6/Documentation/mm/ |
D | zsmalloc.rst | 262 is heavy internal fragmentation and zspool compaction is unable to relocate
|
D | page_migration.rst | 17 Page migration allows a process to manually relocate the node on which its
|
/Linux-v6.6/Documentation/arch/arm/ |
D | booting.rst | 176 that it is loaded above 32MiB in order to avoid the need to relocate
|
/Linux-v6.6/Documentation/core-api/ |
D | this_cpu_ops.rst | 69 to relocate a per cpu relative address to the proper per cpu area for
|
/Linux-v6.6/arch/loongarch/ |
D | Kconfig | 577 which retains all relocation metadata required, so as to relocate
|
/Linux-v6.6/arch/riscv/ |
D | Kconfig | 713 which retains all relocation metadata required to relocate the
|
/Linux-v6.6/mm/ |
D | Kconfig | 682 pages as migration can relocate pages to satisfy a huge page
|
/Linux-v6.6/Documentation/filesystems/ |
D | vfs.rst | 1010 wants to relocate a folio (maybe from a memory device that is
|
12