Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 93) sorted by relevance

1234

/arch/avr32/boot/images/
DMakefile31 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/
Dethertap_user.c39 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/
DPlatform13 OBJCOPYFLAGS := --change-addresses=0x3fffffff80000000
17 OBJCOPYFLAGS := --change-addresses=0x57ffffff80000000
DTODO17 This might need to change later. Only the timer intr is set up to be
/arch/arm/mach-pxa/
Dsleep.S106 @ 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/
Dnet_user.c206 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/
Dcmode.S117 # (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/
Dtx4927.h252 static inline void tx4927_ccfg_change(__u64 change, __u64 new) in tx4927_ccfg_change() argument
255 & ~(TX4927_CCFG_W1CBITS | change)) | in tx4927_ccfg_change()
Dtx4938.h268 #define tx4938_ccfg_change(change, new) tx4927_ccfg_change(change, new) argument
Dtx4939.h517 #define tx4939_ccfg_change(change, new) tx4938_ccfg_change(change, new) argument
/arch/openrisc/
DTODO.openrisc13 or1k and this change is slowly trickling through the stack. For the time
DREADME.openrisc81 complete change of TLB miss handling.
/arch/avr32/boards/atstk1000/
DKconfig33 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/
Dtlb-mn10300.S73 mov d2,(IPTEL2) # change the TLB
136 mov d2,(DPTEL2) # change the TLB
/arch/arm/mach-omap2/
Dsleep34xx.S576 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
Dsram34xx.S169 bl configure_core_dpll @ change the DPLL3 M2 divider
173 cmp r1, #SDRC_UNLOCK_DLL @ wait for DLL status to change
/arch/mips/kernel/
Dentry.S73 # signals dont change between
151 # signals dont change between
/arch/sh/cchips/
DKconfig35 Do not change this unless you know what you are doing.
/arch/cris/arch-v32/drivers/
DKconfig505 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/
Dmipsregs.h1538 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/
DKconfig-nommu40 The kernel needs to change the hardware exception vectors.
/arch/h8300/
DKconfig124 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/
DChangeLog24 * Since 128-bit float requires the FPA11 structure to change
68 flush_thread() in arch/arm/process.c. The change to
/arch/um/
DKconfig.char91 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/
Dcsumpartial.S133 3: tst len, #0x1c @ should not change C

1234