Home
last modified time | relevance | path

Searched full:loader (Results 1 – 25 of 1112) sorted by relevance

12345678910>>...45

/kernel/linux/linux-5.10/arch/arm/boot/dts/
Daxm5516-cpus.dtsi77 cpu-release-addr = <0>; // Fixed by the boot loader
85 cpu-release-addr = <0>; // Fixed by the boot loader
93 cpu-release-addr = <0>; // Fixed by the boot loader
101 cpu-release-addr = <0>; // Fixed by the boot loader
109 cpu-release-addr = <0>; // Fixed by the boot loader
117 cpu-release-addr = <0>; // Fixed by the boot loader
125 cpu-release-addr = <0>; // Fixed by the boot loader
133 cpu-release-addr = <0>; // Fixed by the boot loader
141 cpu-release-addr = <0>; // Fixed by the boot loader
149 cpu-release-addr = <0>; // Fixed by the boot loader
[all …]
/kernel/linux/linux-4.19/arch/arm/boot/dts/
Daxm5516-cpus.dtsi81 cpu-release-addr = <0>; // Fixed by the boot loader
89 cpu-release-addr = <0>; // Fixed by the boot loader
97 cpu-release-addr = <0>; // Fixed by the boot loader
105 cpu-release-addr = <0>; // Fixed by the boot loader
113 cpu-release-addr = <0>; // Fixed by the boot loader
121 cpu-release-addr = <0>; // Fixed by the boot loader
129 cpu-release-addr = <0>; // Fixed by the boot loader
137 cpu-release-addr = <0>; // Fixed by the boot loader
145 cpu-release-addr = <0>; // Fixed by the boot loader
153 cpu-release-addr = <0>; // Fixed by the boot loader
[all …]
/kernel/linux/linux-5.10/arch/riscv/boot/
DMakefile21 targets := Image loader
29 $(obj)/loader.o: $(src)/loader.S $(obj)/Image
31 $(obj)/loader: $(obj)/loader.o $(obj)/Image $(obj)/loader.lds FORCE
32 $(Q)$(LD) -T $(obj)/loader.lds -o $@ $(obj)/loader.o
46 $(obj)/loader.bin: $(obj)/loader FORCE
/kernel/linux/linux-4.19/Documentation/x86/
Dboot.txt18 boot loader and the kernel. setup.S made relocatable,
55 pref_address fields. Added extended boot loader IDs.
66 The traditional memory map for the kernel loader, used for Image or
82 | Boot loader | <- Boot sector entry point 0000:7C00
100 low memory touched by the boot loader -- as low as possible, since
103 memory. The boot loader should use the "INT 12h" BIOS call to verify
107 low, there is usually nothing the boot loader can do but to report an
108 error to the user. The boot loader should therefore be designed to
111 0x90000 segment, the boot loader should make sure not to use memory
131 | Boot loader | <- Boot sector entry point 0000:7C00
[all …]
Dmicrocode.txt1 The Linux Microcode Loader
11 The loader supports three loading methods:
25 loader parses the combined initrd image during boot.
37 The loader also saves the matching microcode for the CPU in memory.
110 The loader supports also loading of a builtin microcode supplied through
132 the final kernel image. The early loader finds them and applies them.
/kernel/linux/linux-4.19/Documentation/arm/
DBooting9 In order to boot ARM Linux, you require a boot loader, which is a small
10 program that runs before the main kernel. The boot loader is expected
14 Essentially, the boot loader should provide (as a minimum) the
31 The boot loader is expected to find and initialise all RAM that the
35 the RAM in the machine, or any other method the boot loader designer
45 The boot loader should initialise and enable one serial port on the
50 As an alternative, the boot loader can pass the relevant 'console='
63 The boot loader should detect the machine type its running on by some
66 The boot loader must ultimately be able to provide a MACH_TYPE_xxx
80 The boot loader must provide either a tagged list or a dtb image for
[all …]
/kernel/linux/linux-5.10/Documentation/arm/
Dbooting.rst11 In order to boot ARM Linux, you require a boot loader, which is a small
12 program that runs before the main kernel. The boot loader is expected
16 Essentially, the boot loader should provide (as a minimum) the
35 The boot loader is expected to find and initialise all RAM that the
39 the RAM in the machine, or any other method the boot loader designer
51 The boot loader should initialise and enable one serial port on the
56 As an alternative, the boot loader can pass the relevant 'console='
71 The boot loader should detect the machine type its running on by some
74 The boot loader must ultimately be able to provide a MACH_TYPE_xxx
90 The boot loader must provide either a tagged list or a dtb image for
[all …]
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dbinfmt_loader.c12 unsigned long loader; in load_binary() local
19 if (bprm->loader) in load_binary()
22 loader = bprm->vma->vm_end - sizeof(void *); in load_binary()
24 file = open_exec("/sbin/loader"); in load_binary()
33 bprm->loader = loader; in load_binary()
/kernel/linux/linux-4.19/arch/alpha/kernel/
Dbinfmt_loader.c12 unsigned long loader; in load_binary() local
19 if (bprm->loader) in load_binary()
26 loader = bprm->vma->vm_end - sizeof(void *); in load_binary()
28 file = open_exec("/sbin/loader"); in load_binary()
37 bprm->loader = loader; in load_binary()
/kernel/linux/linux-4.19/drivers/remoteproc/
DKconfig88 tristate "Qualcomm ADSP Peripheral Image Loader"
100 Say y here to support the TrustZone based Peripherial Image Loader
112 tristate "Qualcomm Hexagon V5 Peripherial Image Loader"
123 Say y here to support the Qualcomm Peripherial Image Loader for the
127 tristate "Qualcomm Hexagon based WCSS Peripheral Image Loader"
139 Say y here to support the Qualcomm Peripheral Image Loader for the
158 tristate "Qualcomm WCNSS Peripheral Image Loader"
168 Say y here to support the Peripheral Image Loader for the Qualcomm
/kernel/linux/linux-5.10/Documentation/x86/
Dboot.rst22 boot loader and the kernel. setup.S made relocatable,
59 pref_address fields. Added extended boot loader IDs.
86 features to the boot loader. Due to very limited space available in
89 communicate things to the boot loader is the kernel_info.
95 The traditional memory map for the kernel loader, used for Image or
111 | Boot loader | <- Boot sector entry point 0000:7C00
128 low memory touched by the boot loader -- as low as possible, since
131 memory. The boot loader should use the "INT 12h" BIOS call to verify
135 low, there is usually nothing the boot loader can do but to report an
136 error to the user. The boot loader should therefore be designed to
[all …]
Dmicrocode.rst4 The Linux Microcode Loader
15 The loader supports three loading methods:
29 loader parses the combined initrd image during boot.
43 The loader also saves the matching microcode for the CPU in memory.
116 The loader supports also loading of a builtin microcode supplied through
138 the final kernel image. The early loader finds them and applies them.
/kernel/linux/linux-5.10/Documentation/livepatch/
Dmodule-elf-format.rst24 exists in the module loader, so this former approach produced redundant
26 loader can already do, livepatch leverages existing code in the module
27 loader to perform the all the arch-specific relocation work. Specifically,
28 livepatch reuses the apply_relocate_add() function in the module loader to
47 since the kernel module loader cannot resolve them and will therefore
70 used by the kernel module loader to identify livepatch modules.
118 loader recognizes this flag and will avoid applying those relocation sections
120 so that the module loader doesn't discard them on module load (i.e. they will
198 objects, whose addresses cannot be resolved by the module loader (because
199 they are local or unexported global syms). Since the module loader only
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-rpc/
Decard-loader.S16 @ Purpose: call an expansion card loader to read bytes.
17 @ Proto : char read_loader(int offset, char *card_base, char *loader);
29 @ Purpose: call an expansion card loader to reset the card
30 @ Proto : void read_loader(int card_base, char *loader);
/kernel/linux/linux-4.19/arch/arm/lib/
Decard.S20 @ Purpose: call an expansion card loader to read bytes.
21 @ Proto : char read_loader(int offset, char *card_base, char *loader);
33 @ Purpose: call an expansion card loader to reset the card
34 @ Proto : void read_loader(int card_base, char *loader);
/kernel/linux/linux-5.10/arch/mips/kernel/
Dvpe.c12 * the startup-code. The loader looks for the symbol __start and sets
249 pr_debug("VPE loader: apply_r_mips_gprel16: relative address 0x%x out of range of gp register\n", in apply_r_mips_gprel16()
268 pr_debug("VPE loader: apply_r_mips_pc16: relative address out of range 0x%x\n", in apply_r_mips_pc16()
290 pr_debug("VPE loader: apply_r_mips_26: unaligned relocation\n"); in apply_r_mips_26()
353 pr_debug("VPE loader: apply_r_mips_lo16/hi16: inconsistent value information\n"); in apply_r_mips_lo16()
459 pr_warn("VPE loader: .text+0x%x relocation type %s for symbol \"%s\" failed\n", in apply_relocations()
586 strcpy(mod.name, "VPE loader"); in vpe_elfload()
597 pr_warn("VPE loader: program wrong arch or weird elf version\n"); in vpe_elfload()
606 pr_err("VPE loader: program length %u truncated\n", len); in vpe_elfload()
648 pr_info("VPE loader: loading to %p\n", v->load_addr); in vpe_elfload()
[all …]
/kernel/linux/linux-4.19/arch/mips/kernel/
Dvpe.c12 * the startup-code. The loader looks for the symbol __start and sets
249 pr_debug("VPE loader: apply_r_mips_gprel16: relative address 0x%x out of range of gp register\n", in apply_r_mips_gprel16()
268 pr_debug("VPE loader: apply_r_mips_pc16: relative address out of range 0x%x\n", in apply_r_mips_pc16()
290 pr_debug("VPE loader: apply_r_mips_26: unaligned relocation\n"); in apply_r_mips_26()
353 pr_debug("VPE loader: apply_r_mips_lo16/hi16: inconsistent value information\n"); in apply_r_mips_lo16()
459 pr_warn("VPE loader: .text+0x%x relocation type %s for symbol \"%s\" failed\n", in apply_relocations()
586 strcpy(mod.name, "VPE loader"); in vpe_elfload()
597 pr_warn("VPE loader: program wrong arch or weird elf version\n"); in vpe_elfload()
606 pr_err("VPE loader: program length %u truncated\n", len); in vpe_elfload()
648 pr_info("VPE loader: loading to %p\n", v->load_addr); in vpe_elfload()
[all …]
/kernel/linux/linux-5.10/drivers/remoteproc/
DKconfig140 tristate "Qualcomm Technology Inc ADSP Peripheral Image Loader"
152 Say y here to support the Peripheral Image Loader
186 Say y here to support the TrustZone based Peripherial Image Loader
191 tristate "Qualcomm Hexagon based WCSS Peripheral Image Loader"
204 Say y here to support the Qualcomm Peripheral Image Loader for the
223 tristate "Qualcomm WCNSS Peripheral Image Loader"
234 Say y here to support the Peripheral Image Loader for the Qualcomm
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/
Dbootstrap.S9 * L: Kernel-Loader
11 * The Linux-Kernel image including the loader must be loaded
21 * The loader copies the parameter to the position that will
37 /* this must be the first byte of the loader! */
69 /* copy the loader to its address
70 * Note: The loader itself is a very small piece, so we assume we
/kernel/linux/linux-4.19/arch/xtensa/boot/boot-redboot/
Dbootstrap.S9 * L: Kernel-Loader
11 * The Linux-Kernel image including the loader must be loaded
21 * The loader copies the parameter to the position that will
37 /* this must be the first byte of the loader! */
69 /* copy the loader to its address
70 * Note: The loader itself is a very small piece, so we assume we
/kernel/linux/linux-4.19/Documentation/
Defi-stub.txt8 along with the EFI-specific entry point that the firmware loader
22 without the use of a conventional EFI boot loader, such as grub or
23 elilo. Since the EFI boot stub performs the jobs of a boot loader, in
24 a certain sense it *IS* the boot loader.
34 the extension the EFI firmware loader will refuse to execute it. It's
/kernel/linux/linux-4.19/security/tomoyo/
DKconfig42 bool "Activate without calling userspace policy loader."
58 string "Location of userspace policy loader"
63 This is the default pathname of policy loader which is called before
68 string "Trigger for calling userspace policy loader"
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/
Dishtp-fw-loader.c23 * ISH Shim firmware loader reserves 4 Kb buffer in SRAM. The buffer is
25 * firmware loader. Reason for the odd size of 3968 bytes? Each IPC
33 * enum ish_loader_commands - ISH loader host commands.
34 * LOADER_CMD_XFER_QUERY Query the Shim firmware loader for
59 * Loader transfer modes:
72 * loader (allocate buffer, break in chucks and transfer). This allows
78 /* ISH Transport Loader client unique GUID */
96 * struct loader_msg_hdr - Header for ISH Loader commands.
102 * between Host driver and ISH Shim firmware loader.
408 "Loader returned status %d\n", in process_recv()
[all …]
/kernel/linux/linux-4.19/Documentation/livepatch/
Dmodule-elf-format.txt37 exists in the module loader, so this former approach produced redundant
39 loader can already do, livepatch leverages existing code in the module
40 loader to perform the all the arch-specific relocation work. Specifically,
41 livepatch reuses the apply_relocate_add() function in the module loader to
60 since the kernel module loader cannot resolve them and will therefore
88 used by the kernel module loader to identify livepatch modules.
138 loader recognizes this flag and will avoid applying those relocation sections
140 so that the module loader doesn't discard them on module load (i.e. they will
205 objects, whose addresses cannot be resolved by the module loader (because
206 they are local or unexported global syms). Since the module loader only
[all …]
/kernel/linux/linux-5.10/security/tomoyo/
Dload_policy.c13 * Path to the policy loader. (default = CONFIG_SECURITY_TOMOYO_POLICY_LOADER)
18 * tomoyo_loader_setup - Set policy loader.
20 * @str: Program to use as a policy loader (e.g. /sbin/tomoyo-init ).
73 * tomoyo_load_policy - Run external policy loader to load policy.

12345678910>>...45