Home
last modified time | relevance | path

Searched refs:dword (Results 1 – 23 of 23) sorted by relevance

/arch/s390/tools/
Dgen_facilities.c129 unsigned int high, bit, dword, i; in print_facility_list() local
138 dword = def->bits[i] / 64; in print_facility_list()
139 if (dword > high) { in print_facility_list()
140 array = realloc(array, (dword + 1) * 8); in print_facility_list()
143 memset(array + high + 1, 0, (dword - high) * 8); in print_facility_list()
144 high = dword; in print_facility_list()
146 array[dword] |= 1ULL << bit; in print_facility_list()
/arch/arm64/kvm/
Dmmio.c20 u64 dword; in kvm_mmio_write_buf() member
37 tmp.dword = data; in kvm_mmio_write_buf()
38 datap = &tmp.dword; in kvm_mmio_write_buf()
51 u64 dword; in kvm_mmio_read_buf() member
67 memcpy(&tmp.dword, buf, len); in kvm_mmio_read_buf()
68 data = tmp.dword; in kvm_mmio_read_buf()
/arch/mips/cavium-octeon/crypto/
Docteon-sha1.c36 u64 dword; in octeon_sha1_store_hash() member
41 write_octeon_64bit_hash_dword(hash_tail.dword, 2); in octeon_sha1_store_hash()
50 u64 dword; in octeon_sha1_read_hash() member
55 hash_tail.dword = read_octeon_64bit_hash_dword(2); in octeon_sha1_read_hash()
57 memzero_explicit(&hash_tail.dword, sizeof(hash_tail.dword)); in octeon_sha1_read_hash()
/arch/riscv/include/asm/
Dasm.h27 #define REG_ASM __REG_SEL(.dword, .word)
33 #define RISCV_PTR .dword
/arch/mips/mm/
Dcerr-sb1.c288 static char range_parity(uint64_t dword, int max, int min) in range_parity() argument
292 dword >>= min; in range_parity()
294 if (dword & 0x1) in range_parity()
296 dword >>= 1; in range_parity()
423 static uint8_t dc_ecc(uint64_t dword) in dc_ecc() argument
434 t = dword & mask_72_64[i]; in dc_ecc()
/arch/riscv/kernel/
Dhead.S23 _xip_fixup: .dword CONFIG_PHYS_RAM_BASE - CONFIG_XIP_PHYS_ADDR - XIP_OFFSET
52 .dword 0
56 .dword 0x200000
59 .dword 0x400000
63 .dword _end - _start
64 .dword __HEAD_FLAGS
67 .dword 0
/arch/sh/drivers/pci/
Dcommon.c44 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP()
47 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
/arch/mips/include/asm/
Dasm.h249 #define LONG .dword
304 #define PTR_WD .dword
/arch/arm/boot/dts/
Dimx6qdl.dtsi989 tx-burst-size-dword = <0x10>;
990 rx-burst-size-dword = <0x10>;
1003 tx-burst-size-dword = <0x10>;
1004 rx-burst-size-dword = <0x10>;
1018 tx-burst-size-dword = <0x10>;
1019 rx-burst-size-dword = <0x10>;
1033 tx-burst-size-dword = <0x10>;
1034 rx-burst-size-dword = <0x10>;
Dimx6sl.dtsi813 tx-burst-size-dword = <0x10>;
814 rx-burst-size-dword = <0x10>;
826 tx-burst-size-dword = <0x10>;
827 rx-burst-size-dword = <0x10>;
841 tx-burst-size-dword = <0x10>;
842 rx-burst-size-dword = <0x10>;
Dimx6sll.dtsi688 tx-burst-size-dword = <0x10>;
689 rx-burst-size-dword = <0x10>;
702 tx-burst-size-dword = <0x10>;
703 rx-burst-size-dword = <0x10>;
Dimx7ulp.dtsi199 tx-burst-size-dword = <0x8>;
200 rx-burst-size-dword = <0x8>;
Dimx6sx.dtsi906 tx-burst-size-dword = <0x10>;
907 rx-burst-size-dword = <0x10>;
919 tx-burst-size-dword = <0x10>;
920 rx-burst-size-dword = <0x10>;
935 tx-burst-size-dword = <0x10>;
936 rx-burst-size-dword = <0x10>;
Dimx6ul.dtsi850 tx-burst-size-dword = <0x10>;
851 rx-burst-size-dword = <0x10>;
863 tx-burst-size-dword = <0x10>;
864 rx-burst-size-dword = <0x10>;
/arch/parisc/kernel/
Drelocate_kernel.S17 .dword 0
Dentry.S2006 .dword mcount
2007 .dword 0 /* code in head.S puts value of global gp here */
/arch/sparc/kernel/
Dpci.c93 u32 dword; in pci_config_read32() local
102 : "=r" (dword) in pci_config_read32()
108 *ret = dword; in pci_config_read32()
/arch/microblaze/pci/
Dpci-common.c1108 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP()
1111 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
/arch/powerpc/kernel/
Dpci-common.c1623 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP()
1626 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
/arch/parisc/include/asm/
Dassembly.h27 #define ASM_ULONG_INSN .dword
/arch/x86/crypto/
Dsha256-avx-asm.S72 # Load xmm with mem and byte swap each dword
Dsha256-ssse3-asm.S66 # Load xmm with mem and byte swap each dword
Dsha512-avx2-asm.S125 # Load ymm with mem and byte swap each dword