/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
|
D | TODO | 17 This might need to change later. Only the timer intr is set up to be
|
/arch/mips/kvm/ |
D | vz.c | 1321 unsigned int old_val, change; in kvm_trap_vz_handle_gsfc() local 1339 change = val ^ old_val; in kvm_trap_vz_handle_gsfc() 1341 if (change & ST0_FR) { in kvm_trap_vz_handle_gsfc() 1357 if (change & ST0_CU1 && !(val & ST0_FR) && in kvm_trap_vz_handle_gsfc() 1364 u32 change = old_cause ^ val; in kvm_trap_vz_handle_gsfc() local 1367 if (change & CAUSEF_DC) { in kvm_trap_vz_handle_gsfc() 1377 change &= (CAUSEF_DC | CAUSEF_IV | CAUSEF_WP | in kvm_trap_vz_handle_gsfc() 1381 change &= ~CAUSEF_WP | old_cause; in kvm_trap_vz_handle_gsfc() 1383 write_gc0_cause(old_cause ^ change); in kvm_trap_vz_handle_gsfc() 1388 change = val ^ old_val; in kvm_trap_vz_handle_gsfc() [all …]
|
D | trap_emul.c | 881 unsigned int cur, change; in kvm_trap_emul_set_one_reg() local 967 change = (cur ^ v) & kvm_mips_config1_wrmask(vcpu); in kvm_trap_emul_set_one_reg() 968 if (change) { in kvm_trap_emul_set_one_reg() 969 v = cur ^ change; in kvm_trap_emul_set_one_reg() 978 change = (cur ^ v) & kvm_mips_config3_wrmask(vcpu); in kvm_trap_emul_set_one_reg() 979 if (change) { in kvm_trap_emul_set_one_reg() 980 v = cur ^ change; in kvm_trap_emul_set_one_reg() 986 change = (cur ^ v) & kvm_mips_config4_wrmask(vcpu); in kvm_trap_emul_set_one_reg() 987 if (change) { in kvm_trap_emul_set_one_reg() 988 v = cur ^ change; in kvm_trap_emul_set_one_reg() [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 | sc7180-trogdor-lazor-r0.dts | 20 * 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/arm64/kvm/ |
D | mmu.c | 1373 enum kvm_mr_change change) in kvm_arch_commit_memory_region() argument 1380 if (change != KVM_MR_DELETE && mem->flags & KVM_MEM_LOG_DIRTY_PAGES) { in kvm_arch_commit_memory_region() 1395 enum kvm_mr_change change) in kvm_arch_prepare_memory_region() argument 1402 if (change != KVM_MR_CREATE && change != KVM_MR_MOVE && in kvm_arch_prepare_memory_region() 1403 change != KVM_MR_FLAGS_ONLY) in kvm_arch_prepare_memory_region() 1462 if (change == KVM_MR_FLAGS_ONLY) in kvm_arch_prepare_memory_region()
|
/arch/xtensa/include/asm/ |
D | bitops.h | 202 BIT_OPS(change, "xor", )
|
/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/arc/include/asm/ |
D | bitops.h | 183 BIT_OPS(change, ^, bxor)
|
/arch/x86/xen/ |
D | Kconfig | 62 It is always possible to change the default via specifying the
|
/arch/arm/ |
D | Kconfig-nommu | 42 The kernel needs to change the hardware exception vectors.
|