Home
last modified time | relevance | path

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

12345

/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/
DPlatform11 OBJCOPYFLAGS := --change-addresses=0x3fffffff80000000
15 OBJCOPYFLAGS := --change-addresses=0x57ffffff80000000
/arch/mips/kvm/
Dvz.c1319 unsigned int old_val, change; in kvm_trap_vz_handle_gsfc() local
1337 change = val ^ old_val; in kvm_trap_vz_handle_gsfc()
1339 if (change & ST0_FR) { in kvm_trap_vz_handle_gsfc()
1355 if (change & ST0_CU1 && !(val & ST0_FR) && in kvm_trap_vz_handle_gsfc()
1362 u32 change = old_cause ^ val; in kvm_trap_vz_handle_gsfc() local
1365 if (change & CAUSEF_DC) { in kvm_trap_vz_handle_gsfc()
1375 change &= (CAUSEF_DC | CAUSEF_IV | CAUSEF_WP | in kvm_trap_vz_handle_gsfc()
1379 change &= ~CAUSEF_WP | old_cause; in kvm_trap_vz_handle_gsfc()
1381 write_gc0_cause(old_cause ^ change); in kvm_trap_vz_handle_gsfc()
1386 change = val ^ old_val; in kvm_trap_vz_handle_gsfc()
[all …]
/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/arm64/boot/dts/qcom/
Dpmi8996.dtsi10 * and a change to a LABIBB parameter.
Dsc7180-trogdor-lazor-r0.dts31 * that the cable is canon and in -rev1+ we'll make a board change
/arch/mips/kernel/
Dentry.S86 # signals dont change between
130 # signals dont change between
/arch/arm/boot/dts/
Dsunxi-bananapi-m2-plus-v1.2.dtsi10 * Bananapi M2+ v1.2 uses a GPIO line to change the effective
Dda850-evm.dts48 * To enable VPIF, change the status below to 'disabled' then
49 * then change the status of the vpif below to 'okay'
463 * change the status below to 'okay'
Dkirkwood-openrd.dtsi66 * To use the second UART, you need to change also
Dat91-ariag25.dts26 /* 128 MB, change this for 256 MB revision */
Darmada-370-synology-ds213j.dts272 * and it seems Synology did not care to change u-boot
279 * change the default environment, unless you know
/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.h488 #define tx4939_ccfg_change(change, new) tx4938_ccfg_change(change, new) argument
/arch/arm/mach-omap2/
Dsleep34xx.S528 str r5, [r4] @ write back change
531 str r5, [r4] @ write back change
534 str r5, [r4] @ write back change
540 str r5, [r4] @ write back change
543 str r5, [r4] @ write back change
/arch/sh/cchips/
DKconfig36 Do not change this unless you know what you are doing.
/arch/xtensa/include/asm/
Dbitops.h202 BIT_OPS(change, "xor", )
/arch/arm64/kvm/
Dmmu.c1989 enum kvm_mr_change change) in kvm_arch_commit_memory_region() argument
1996 if (change != KVM_MR_DELETE && mem->flags & KVM_MEM_LOG_DIRTY_PAGES) { in kvm_arch_commit_memory_region()
2011 enum kvm_mr_change change) in kvm_arch_prepare_memory_region() argument
2019 if ((change == KVM_MR_DELETE || change == KVM_MR_MOVE) && in kvm_arch_prepare_memory_region()
2030 if (change != KVM_MR_CREATE && change != KVM_MR_MOVE && in kvm_arch_prepare_memory_region()
2031 change != KVM_MR_FLAGS_ONLY) in kvm_arch_prepare_memory_region()
/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/arm/
DKconfig-nommu42 The kernel needs to change the hardware exception vectors.
/arch/x86/xen/
DKconfig40 It is always possible to change the default via specifying the
/arch/x86/
DMakefile_32.cpu3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
/arch/powerpc/kvm/
Dbook3s.c852 enum kvm_mr_change change) in kvmppc_core_prepare_memory_region() argument
855 change); in kvmppc_core_prepare_memory_region()
862 enum kvm_mr_change change) in kvmppc_core_commit_memory_region() argument
864 kvm->arch.kvm_ops->commit_memory_region(kvm, mem, old, new, change); in kvmppc_core_commit_memory_region()

12345