Home
last modified time | relevance | path

Searched refs:loader (Results 1 – 25 of 173) sorted by relevance

1234567

/Linux-v4.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 …]
/Linux-v4.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()
37 bprm->loader = loader; in load_binary()
/Linux-v4.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);
/Linux-v4.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 …]
/Linux-v4.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.txt11 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.
/Linux-v4.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 …]
/Linux-v4.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"
/Linux-v4.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
/Linux-v4.19/arch/arm/mach-rpc/
Decard.c87 ecard_loader_reset(unsigned long base, loader_t loader);
89 ecard_loader_read(int off, unsigned long base, loader_t loader);
129 ecard_loader_reset(res->start, ec->loader); in ecard_task_reset()
185 if (!req->use_loader || !ec->loader) { in ecard_task_readbytes()
199 ec->loader); in ecard_task_readbytes()
338 if (!useld && ec->loader) { in ecard_readchunk()
350 if (!ec->loader) { in ecard_readchunk()
351 ec->loader = kmalloc(c_len(&excd), in ecard_readchunk()
353 if (ec->loader) in ecard_readchunk()
354 ecard_readbytes(ec->loader, ec, in ecard_readchunk()
[all …]
/Linux-v4.19/arch/powerpc/boot/dts/
Da4m072.dts33 bus-frequency = <0>; /* From boot loader */
34 system-frequency = <0>; /* From boot loader */
144 clock-frequency = <0>; /* From boot loader */
Da3m071.dts32 bus-frequency = <0>; /* From boot loader */
33 system-frequency = <0>; /* From boot loader */
/Linux-v4.19/Documentation/devicetree/bindings/power/reset/
Dreboot-mode.txt16 - mode-loader: A bootloader mode, it's a mode used to download image on Rockchip platform,
24 mode-loader = <BOOT_BL_DOWNLOAD>;
/Linux-v4.19/drivers/media/usb/go7007/
DKconfig38 This is a go7007 firmware loader driver for the WIS GO7007
42 module will be called go7007-loader.
DMakefile4 obj-$(CONFIG_VIDEO_GO7007_LOADER) += go7007-loader.o
/Linux-v4.19/arch/xtensa/boot/dts/
Dxtfpga-flash-4m.dtsi12 label = "boot loader area";
Dxtfpga-flash-128m.dtsi16 label = "boot loader area";
Dxtfpga-flash-16m.dtsi12 label = "boot loader area";
/Linux-v4.19/Documentation/serial/
DREADME.cycladesZ5 The firmware, loader program and the latest device driver code are
/Linux-v4.19/Documentation/devicetree/bindings/sram/
Drockchip-pmu-sram.txt5 level loader). This is a common use of the "pmu-sram" because it keeps power
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dspecial_inodes.rst25 - Boot loader.
/Linux-v4.19/Documentation/arm64/
Dbooting.txt15 For the purposes of this document, we will use the term `boot loader'
21 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
63 loader if a compressed Image target (e.g. Image.gz) is used. For
212 The boot loader is expected to enter the kernel on each CPU in the
/Linux-v4.19/arch/x86/boot/
Dsetup.ld61 /* Necessary for the very-old-loader check to work... */
/Linux-v4.19/arch/c6x/
DKconfig66 On some architectures there is currently no way for the boot loader
77 override those passed by the boot loader.
/Linux-v4.19/Documentation/media/dvb-drivers/
Dttusb-dec.rst16 - Hotplug firmware loader

1234567