Home
last modified time | relevance | path

Searched refs:relocate (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dmdt_loader.c213 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()
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dmdt_loader.c146 bool relocate = false; in __qcom_mdt_load() local
188 relocate = true; in __qcom_mdt_load()
197 if (relocate) { in __qcom_mdt_load()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dvpe.c316 * We cannot relocate this one now because we don't know the value of in apply_r_mips_hi16()
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()
H A DMakefile91 obj-$(CONFIG_RELOCATABLE) += relocate.o
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dreloc_64.S17 _GLOBAL(relocate)
H A Dreloc_32.S30 _GLOBAL(relocate)
H A Dhead_64.S117 #define RUN_AT_LOAD_DEFAULT 0x72756e30 /* "run0" -- relocate to 0 by default */
557 bl relocate
593 bl relocate
882 * TOC in -mcmodel=medium mode. After we relocate to 0 but before
H A Dhead_44x.S69 * "relocate" is called with our current runtime virutal
91 bl relocate
146 * When we relocate, we have :
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dhead.S70 relocate: label
158 /* Enable virtual memory and relocate to virtual address */
160 call relocate
263 /* Initialize page tables and relocate to virtual addresses */
270 call relocate
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A DMakefile57 obj-$(CONFIG_RELOCATABLE) += relocate.o
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Delf.h177 void relocate(unsigned long final_address);
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A DMakefile58 obj-$(CONFIG_RELOCATABLE) += relocate.o
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Delf.h189 void relocate(unsigned long final_address);
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dreloc_64.S19 _GLOBAL(relocate)
H A Dreloc_32.S30 _GLOBAL(relocate)
H A Dhead_64.S129 #define RUN_AT_LOAD_DEFAULT 0x72756e30 /* "run0" -- relocate to 0 by default */
606 bl relocate
635 bl relocate
923 * TOC in -mcmodel=medium mode. After we relocate to 0 but before
H A Dhead_44x.S68 * "relocate" is called with our current runtime virutal
90 bl relocate
145 * When we relocate, we have :
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dvpe.c317 * We cannot relocate this one now because we don't know the value of in apply_r_mips_hi16()
582 unsigned int len, i, symindex = 0, strindex = 0, relocate = 0; in vpe_elfload() local
603 relocate = 1; in vpe_elfload()
619 if (relocate) { in vpe_elfload()
650 if (relocate) { in vpe_elfload()
H A DMakefile96 obj-$(CONFIG_RELOCATABLE) += relocate.o
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A DMakefile67 alignedmem.o relocate.o vsprintf.o
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A DMakefile73 alignedmem.o relocate.o printk.o vsprintf.o
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dqcom_q6v5_mss.c1129 bool relocate = false; in q6v5_mpss_load() local
1169 relocate = true; in q6v5_mpss_load()
1195 mpss_reloc = relocate ? min_addr : qproc->mpss_phys; in q6v5_mpss_load()
1272 boot_addr = relocate ? qproc->mpss_phys : min_addr; in q6v5_mpss_load()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dqcom_q6v5_mss.c1340 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()
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Dhead.S291 add r2, r2, r1 @ relocate it
396 /* temporarily relocate the stack past the DTB work space */
442 /* relocate some pointers past the appended dtb */
578 1: ldr r1, [r11, #0] @ relocate entries in the GOT
594 * Relocate entries in the GOT table. We only relocate
597 1: ldr r1, [r11, #0] @ relocate entries in the GOT
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Dhead.S387 /* temporarily relocate the stack past the DTB work space */
439 /* relocate some pointers past the appended dtb */
638 1: ldr r1, [r11, #0] @ relocate entries in the GOT
654 * Relocate entries in the GOT table. We only relocate
657 1: ldr r1, [r11, #0] @ relocate entries in the GOT

Completed in 23 milliseconds

12