/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 | 11 OBJCOPYFLAGS := --change-addresses=0x3fffffff80000000 15 OBJCOPYFLAGS := --change-addresses=0x57ffffff80000000
|
/arch/mips/kvm/ |
D | vz.c | 1319 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/ |
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/arm64/boot/dts/qcom/ |
D | pmi8996.dtsi | 10 * and a change to a LABIBB parameter.
|
D | sc7180-trogdor-lazor-r0.dts | 31 * that the cable is canon and in -rev1+ we'll make a board change
|
/arch/mips/kernel/ |
D | entry.S | 86 # signals dont change between 130 # signals dont change between
|
/arch/arm/boot/dts/ |
D | sunxi-bananapi-m2-plus-v1.2.dtsi | 10 * Bananapi M2+ v1.2 uses a GPIO line to change the effective
|
D | da850-evm.dts | 48 * 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'
|
D | kirkwood-openrd.dtsi | 66 * To use the second UART, you need to change also
|
D | at91-ariag25.dts | 26 /* 128 MB, change this for 256 MB revision */
|
D | armada-370-synology-ds213j.dts | 272 * and it seems Synology did not care to change u-boot 279 * change the default environment, unless you know
|
/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 | 488 #define tx4939_ccfg_change(change, new) tx4938_ccfg_change(change, new) argument
|
/arch/arm/mach-omap2/ |
D | sleep34xx.S | 528 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/ |
D | Kconfig | 36 Do not change this unless you know what you are doing.
|
/arch/xtensa/include/asm/ |
D | bitops.h | 202 BIT_OPS(change, "xor", )
|
/arch/arm64/kvm/ |
D | mmu.c | 1989 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/ |
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/arm/ |
D | Kconfig-nommu | 42 The kernel needs to change the hardware exception vectors.
|
/arch/x86/xen/ |
D | Kconfig | 40 It is always possible to change the default via specifying the
|
/arch/x86/ |
D | Makefile_32.cpu | 3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
|
/arch/powerpc/kvm/ |
D | book3s.c | 852 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()
|