/arch/avr32/boot/images/ |
D | Makefile | 31 OBJCOPYFLAGS_vmlinux.elf := --change-section-lma .text-0x80000000 \ 32 --change-section-lma __ex_table-0x80000000 \ 33 --change-section-lma .rodata-0x80000000 \ 34 --change-section-lma .data-0x80000000 \ 35 --change-section-lma .init-0x80000000 \ 36 --change-section-lma .bss-0x80000000 \ 37 --change-section-lma __param-0x80000000 \ 38 --change-section-lma __ksymtab-0x80000000 \ 39 --change-section-lma __ksymtab_gpl-0x80000000 \ 40 --change-section-lma __kcrctab-0x80000000 \ [all …]
|
/arch/um/os-Linux/drivers/ |
D | ethertap_user.c | 39 struct addr_change change; in etap_change() local 43 change.what = op; in etap_change() 44 memcpy(change.addr, addr, sizeof(change.addr)); in etap_change() 45 memcpy(change.netmask, netmask, sizeof(change.netmask)); in etap_change() 46 CATCH_EINTR(n = write(fd, &change, sizeof(change))); in etap_change() 47 if (n != sizeof(change)) { in etap_change()
|
/arch/mips/sgi-ip27/ |
D | Platform | 13 OBJCOPYFLAGS := --change-addresses=0x3fffffff80000000 17 OBJCOPYFLAGS := --change-addresses=0x57ffffff80000000
|
D | TODO | 17 This might need to change later. Only the timer intr is set up to be
|
/arch/arm/mach-pxa/ |
D | sleep.S | 106 @ We keep the change-down close to the actual suspend on SDRAM 125 @ get ready for the change 132 orr r0, r0, #2 @ initiate change bit 143 @ initiate the frequency change...
|
/arch/um/drivers/ |
D | net_user.c | 206 static void change(char *dev, char *what, unsigned char *addr, in change() function 242 change(arg, "add", addr, netmask); in open_addr() 247 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/mips/include/asm/txx9/ |
D | tx4927.h | 252 static inline void tx4927_ccfg_change(__u64 change, __u64 new) in tx4927_ccfg_change() argument 255 & ~(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 | 517 #define tx4939_ccfg_change(change, new) tx4938_ccfg_change(change, new) argument
|
/arch/openrisc/ |
D | TODO.openrisc | 13 or1k and this change is slowly trickling through the stack. For the time
|
D | README.openrisc | 81 complete change of TLB miss handling.
|
/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 | 73 mov d2,(IPTEL2) # change the TLB 136 mov d2,(DPTEL2) # change the TLB
|
/arch/arm/mach-omap2/ |
D | sleep34xx.S | 576 str r5, [r4] @ write back change 579 str r5, [r4] @ write back change 582 str r5, [r4] @ write back change 588 str r5, [r4] @ write back change 591 str r5, [r4] @ write back change
|
D | sram34xx.S | 169 bl configure_core_dpll @ change the DPLL3 M2 divider 173 cmp r1, #SDRC_UNLOCK_DLL @ wait for DLL status to change
|
/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/cris/arch-v32/drivers/ |
D | Kconfig | 505 user can change direction on using ioctl's. 516 that a user can change the value on using ioctl's. 526 that a user can change direction on using ioctl's. 537 that a user can change the value on using ioctl's. 547 that a user can change direction on using ioctl's. 558 that a user can change the value on using ioctl's. 567 that a user can change direction on using ioctl's. 577 that a user can change the value on using ioctl's. 586 that a user can change direction on using ioctl's. 596 that a user can change the value on using ioctl's. [all …]
|
/arch/mips/include/asm/ |
D | mipsregs.h | 1538 change_c0_##name(unsigned int change, unsigned int val) \ 1543 new = res & ~change; \ 1544 new |= (val & change); \ 1644 change_c0_##name(unsigned int change, unsigned int newbits) \ 1655 new = res & ~change; \ 1656 new |= (newbits & change); \
|
/arch/arm/ |
D | Kconfig-nommu | 40 The kernel needs to change the hardware exception vectors.
|
/arch/h8300/ |
D | Kconfig | 124 The setterm command ("man setterm") can be used to change the 127 character sequences that can be used to change those properties 154 terminal (/dev/tty0) will be used as system console. You can change
|
/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/um/ |
D | Kconfig.char | 91 It is safe to leave this unchanged, although you may wish to change 103 It is safe to leave this unchanged, although you may wish to change
|
/arch/arm/lib/ |
D | csumpartial.S | 133 3: tst len, #0x1c @ should not change C
|