Searched refs:loader (Results 1 – 25 of 49) sorted by relevance
12
/arch/alpha/kernel/ |
D | binfmt_loader.c | 11 unsigned long loader; in load_binary() local 18 if (bprm->loader) in load_binary() 25 loader = bprm->vma->vm_end - sizeof(void *); in load_binary() 36 bprm->loader = loader; in load_binary()
|
/arch/arm/lib/ |
D | ecard.S | 20 @ 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);
|
/arch/x86/boot/ |
D | header.S | 219 # The EFI application loader requires a relocation section 286 CAN_USE_HEAP = 0x80 # If set, the loader also has set 290 # Only the loader knows what is free 297 # loader knows how much data behind 305 # Here the loader puts the 32-bit 321 .byte 0 # Extended boot loader version 323 .byte 0 # Extended boot loader type
|
D | setup.ld | 61 /* Necessary for the very-old-loader check to work... */
|
/arch/powerpc/boot/dts/ |
D | a4m072.dts | 28 bus-frequency = <0>; /* From boot loader */ 29 system-frequency = <0>; /* From boot loader */ 161 clock-frequency = <0>; /* From boot loader */
|
D | lite5200b.dts | 105 clock-frequency = <0>; // From boot loader
|
D | storcenter.dts | 58 bus-frequency = <0>; /* fixed by loader */
|
D | digsy_mtc.dts | 110 clock-frequency = <0>; // From boot loader
|
D | tqm5200.dts | 204 clock-frequency = <0>; // From boot loader
|
D | charon.dts | 229 clock-frequency = <0>; // From boot loader
|
D | xpedite5200_xmon.dts | 6 * xMon boot loader memory map which differs from U-Boot's. 52 reg = <0x0 0x0>; // Filled in by boot loader
|
/arch/arm/mach-rpc/ |
D | ecard.c | 86 ecard_loader_reset(unsigned long base, loader_t loader); 88 ecard_loader_read(int off, unsigned long base, loader_t loader); 128 ecard_loader_reset(res->start, ec->loader); in ecard_task_reset() 184 if (!req->use_loader || !ec->loader) { in ecard_task_readbytes() 198 ec->loader); in ecard_task_readbytes() 340 if (!useld && ec->loader) { in ecard_readchunk() 352 if (!ec->loader) { in ecard_readchunk() 353 ec->loader = kmalloc(c_len(&excd), in ecard_readchunk() 355 if (ec->loader) in ecard_readchunk() 356 ecard_readbytes(ec->loader, ec, in ecard_readchunk() [all …]
|
/arch/score/ |
D | Kconfig.debug | 13 On some platforms, there is currently no way for the boot loader to
|
/arch/tile/ |
D | Kconfig | 267 to not rely on the boot loader to provide them.) 282 image and used at boot time. If the boot loader provides a 290 by the boot loader) should specify the device for the root 294 bool "Built-in command line overrides boot loader arguments" 298 Set this option to 'Y' to have the kernel ignore the boot loader
|
/arch/c6x/ |
D | Kconfig | 84 On some architectures there is currently no way for the boot loader 95 override those passed by the boot loader.
|
/arch/unicore32/ |
D | Kconfig | 185 loader passes other arguments to the kernel. 187 command-line options your boot loader passes to the kernel.
|
/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 716 const char *loader; in spufs_init_isolated_loader() local 723 loader = of_get_property(dn, "loader", &size); in spufs_init_isolated_loader() 724 if (!loader) in spufs_init_isolated_loader() 733 memcpy(isolated_loader, loader, size); in spufs_init_isolated_loader()
|
/arch/arm/include/asm/ |
D | ecard.h | 164 CONST loader_t loader; /* loader program */ member
|
/arch/avr32/boards/atstk1000/ |
D | Kconfig | 46 If you change this you'll want an updated boot loader putting
|
/arch/avr32/ |
D | Kconfig | 170 prompt "Boot loader type" 242 If you don't have a boot loader capable of passing a command line string
|
/arch/s390/kernel/ |
D | head.S | 382 # SALIPL loader support. Based on a patch by Rob van der Heij. 383 # This entry point is called directly from the SALIPL loader and
|
/arch/blackfin/mach-bf561/ |
D | Kconfig | 12 bool "Enable Core B loader"
|
/arch/hexagon/ |
D | Kconfig | 142 On some platforms, there is currently no way for the boot loader
|
/arch/microblaze/ |
D | Kconfig | 107 On some architectures there is currently no way for the boot loader 118 override those passed by the boot loader.
|
/arch/arm/ |
D | Kconfig.debug | 270 by the boot-loader before use. 281 by the boot-loader before use. 292 by the boot-loader before use.
|
12