Searched refs:change (Results 1 - 25 of 50) sorted by relevance

12

/arch/avr32/boot/images/
H A 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
[all...]
/arch/mips/sgi-ip27/
H A DPlatform13 OBJCOPYFLAGS := --change-addresses=0x3fffffff80000000
17 OBJCOPYFLAGS := --change-addresses=0x57ffffff80000000
/arch/um/os-Linux/drivers/
H A Dethertap_user.c39 struct addr_change change; local
43 change.what = op;
44 memcpy(change.addr, addr, sizeof(change.addr));
45 memcpy(change.netmask, netmask, sizeof(change.netmask));
46 CATCH_EINTR(n = write(fd, &change, sizeof(change)));
47 if (n != sizeof(change)) {
/arch/arm/mach-pxa/
H A 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/frv/kernel/
H A 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/um/drivers/
H A Dnet_user.c206 static void change(char *dev, char *what, unsigned char *addr, function
225 printk(UM_KERN_ERR "change : failed to allocate output "
242 change(arg, "add", addr, netmask);
247 change(arg, "del", addr, netmask);
/arch/arm/
H A DKconfig-nommu40 The kernel needs to change the hardware exception vectors.
/arch/mips/include/asm/txx9/
H A Dtx4927.h252 static inline void tx4927_ccfg_change(__u64 change, __u64 new) argument
255 & ~(TX4927_CCFG_W1CBITS | change)) |
H A Dtx4938.h268 #define tx4938_ccfg_change(change, new) tx4927_ccfg_change(change, new)
H A Dtx4939.h517 #define tx4939_ccfg_change(change, new) tx4938_ccfg_change(change, new)
/arch/mips/kernel/
H A Dentry.S73 # signals dont change between
151 # signals dont change between
H A Dscall64-n32.S74 # signals dont change between
/arch/mn10300/mm/
H A Dtlb-mn10300.S73 mov d2,(IPTEL2) # change the TLB
136 mov d2,(DPTEL2) # change the TLB
/arch/arm/mach-omap2/
H A Dsleep34xx.S181 * - should be faster and will change with kernel
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
H A Dsram34xx.S79 * omap3_sram_configure_core_dpll - change DPLL3 M2 divider
169 bl configure_core_dpll @ change the DPLL3 M2 divider
173 cmp r1, #SDRC_UNLOCK_DLL @ wait for DLL status to change
H A Dsram242x.S117 str r5, [r4] @ set up for change.
190 /* With DDR, we need to take care of the DLL for the frequency change */
212 str r8, [r10] @ set up for change.
H A Dsram243x.S117 str r5, [r4] @ set up for change.
190 /* With DDR, we need to take care of the DLL for the frequency change */
212 str r8, [r10] @ set up for change.
/arch/mips/include/asm/
H A Dmipsregs.h1537 change_c0_##name(unsigned int change, unsigned int val) \
1542 new = res & ~change; \
1543 new |= (val & change); \
1643 change_c0_##name(unsigned int change, unsigned int newbits) \
1654 new = res & ~change; \
1655 new |= (newbits & change); \
/arch/x86/boot/
H A Dheader.S276 # change it.
279 # bootloaders know to change this.
/arch/alpha/lib/
H A Dev6-copy_user.S226 subq $0,1,$0 # .. E .. .. : change count _after_ copy
/arch/arm/lib/
H A Dcsumpartial.S133 3: tst len, #0x1c @ should not change C
/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h74 # Flush dcache after config change
/arch/unicore32/kernel/
H A Dsleep.S122 @ change PLL
/arch/m68k/fpsp040/
H A Dsint.S195 bfclr LOCAL_SGN(%a0){#0:#8} |change back to IEEE ext format
/arch/cris/arch-v10/kernel/
H A Dentry.S97 di ; so need_resched and sigpending don't change
185 di ; make sure need_resched and sigpending don't change

Completed in 704 milliseconds

12