/arch/avr32/boot/images/ |
D | Makefile | 34 OBJCOPYFLAGS_vmlinux.elf := --change-section-lma .text-0x80000000 \ 35 --change-section-lma __ex_table-0x80000000 \ 36 --change-section-lma .rodata-0x80000000 \ 37 --change-section-lma .data-0x80000000 \ 38 --change-section-lma .init-0x80000000 \ 39 --change-section-lma .bss-0x80000000 \ 40 --change-section-lma __param-0x80000000 \ 41 --change-section-lma __ksymtab-0x80000000 \ 42 --change-section-lma __ksymtab_gpl-0x80000000 \ 43 --change-section-lma __kcrctab-0x80000000 \ [all …]
|
/arch/um/os-Linux/drivers/ |
D | ethertap_user.c | 41 struct addr_change change; in etap_change() local 45 change.what = op; in etap_change() 46 memcpy(change.addr, addr, sizeof(change.addr)); in etap_change() 47 memcpy(change.netmask, netmask, sizeof(change.netmask)); in etap_change() 48 CATCH_EINTR(n = write(fd, &change, sizeof(change))); in etap_change() 49 if (n != sizeof(change)) { in etap_change()
|
/arch/arm/boot/compressed/ |
D | Makefile.debug | 19 arm-linuxelf-objcopy --change-leading-char -I elf32-arm -O arm-aout32-linux piggy.o piggy.aout.o 22 …arm-linuxelf-objcopy --change-leading-char -I elf32-arm -O arm-aout32-linux $(COMPRESSED_EXTRA) ll…
|
/arch/um/drivers/ |
D | net_user.c | 208 static void change(char *dev, char *what, unsigned char *addr, in change() function 241 change(arg, "add", addr, netmask); in open_addr() 246 change(arg, "del", addr, netmask); in close_addr()
|
/arch/frv/kernel/ |
D | cmode.S | 117 # (7) Set '1' to the DRCN.SR bit, and change SDRAM to the 136 # (11) Set the value of CMODE that you want to change to 140 # (12) Set '1' to the CLKC.SWEN bit. In that case, do not change
|
/arch/arm/plat-s3c24xx/ |
D | gpio.c | 167 unsigned int s3c2410_modify_misccr(unsigned int clear, unsigned int change) in s3c2410_modify_misccr() argument 175 misccr ^= change; in s3c2410_modify_misccr()
|
/arch/arm/mach-pxa/ |
D | sleep.S | 36 bic r3, r3, #2 @ clear frequency change bit 77 bic r3, r3, #2 @ clear frequency change bit 250 @ We keep the change-down close to the actual suspend on SDRAM 269 @ get ready for the change 276 orr r0, r0, #2 @ initiate change bit 287 @ initiate the frequency change...
|
D | e800.c | 128 .change = e800_tg_change,
|
/arch/mips/include/asm/txx9/ |
D | tx4927.h | 250 static inline void tx4927_ccfg_change(__u64 change, __u64 new) in tx4927_ccfg_change() argument 253 & ~(TX4927_CCFG_W1CBITS | change)) | in tx4927_ccfg_change()
|
D | tx4938.h | 268 #define tx4938_ccfg_change(change, new) tx4927_ccfg_change(change, new) argument
|
D | tx4939.h | 515 #define tx4939_ccfg_change(change, new) tx4938_ccfg_change(change, new) argument
|
/arch/avr32/boards/atstk1000/ |
D | Kconfig | 33 you will need to change some of those jumpers. 46 If you change this you'll want an updated boot loader putting
|
/arch/mn10300/mm/ |
D | tlb-mn10300.S | 62 mov d2,(IPTEL) # change the TLB 114 mov d2,(DPTEL) # change the TLB
|
/arch/mips/kernel/ |
D | entry.S | 73 # signals dont change between 151 # signals dont change between
|
/arch/sh/cchips/ |
D | Kconfig | 35 Do not change this unless you know what you are doing.
|
/arch/mips/include/asm/ |
D | mipsregs.h | 1416 change_c0_##name(unsigned int change, unsigned int new) \ 1421 res &= ~change; \ 1422 res |= (new & change); \ 1520 change_c0_##name(unsigned int change, unsigned int new) \ 1530 res &= ~change; \ 1531 res |= (new & change); \
|
/arch/cris/arch-v32/drivers/ |
D | Kconfig | 520 user can change direction on using ioctl's. 531 that a user can change the value on using ioctl's. 541 that a user can change direction on using ioctl's. 552 that a user can change the value on using ioctl's. 562 that a user can change direction on using ioctl's. 573 that a user can change the value on using ioctl's. 582 that a user can change direction on using ioctl's. 592 that a user can change the value on using ioctl's. 601 that a user can change direction on using ioctl's. 611 that a user can change the value on using ioctl's. [all …]
|
/arch/mips/sgi-ip27/ |
D | TODO | 17 This might need to change later. Only the timer intr is set up to be
|
/arch/h8300/ |
D | Kconfig | 136 The setterm command ("man setterm") can be used to change the 139 character sequences that can be used to change those properties 166 terminal (/dev/tty0) will be used as system console. You can change
|
/arch/arm/ |
D | Kconfig-nommu | 40 The kernel needs to change the hardware exception vectors.
|
/arch/arm/nwfpe/ |
D | ChangeLog | 24 * Since 128-bit float requires the FPA11 structure to change 68 flush_thread() in arch/arm/process.c. The change to
|
/arch/x86/ |
D | Makefile_32.cpu | 2 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
|
/arch/mips/basler/excite/ |
D | excite_setup.c | 219 # error change for HIGHMEM support! in excite_platform_init()
|
/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 69 # Flush dcache after config change
|
/arch/arm/lib/ |
D | csumpartial.S | 133 3: tst len, #0x1c @ should not change C
|