| /arch/s390/tools/ |
| A D | gen_facilities.c | 128 unsigned int high, bit, dword, i; in print_facility_list() local 137 dword = def->bits[i] / 64; in print_facility_list() 138 if (dword > high) { in print_facility_list() 139 array = realloc(array, (dword + 1) * 8); in print_facility_list() 142 memset(array + high + 1, 0, (dword - high) * 8); in print_facility_list() 143 high = dword; in print_facility_list() 145 array[dword] |= 1ULL << bit; in print_facility_list()
|
| /arch/arm64/kvm/ |
| A D | mmio.c | 20 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/mm/ |
| A D | cerr-sb1.c | 288 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/ |
| A D | head.S | 43 .dword 0 47 .dword 0x200000 50 .dword 0x400000 54 .dword _end - _start 55 .dword __HEAD_FLAGS 58 .dword 0
|
| /arch/sh/drivers/pci/ |
| A D | common.c | 44 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 47 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
| /arch/loongarch/kernel/ |
| A D | head.S | 25 .dword _kernel_entry /* Kernel entry point (physical address) */ 26 .dword _kernel_asize /* Kernel image effective size */
|
| /arch/loongarch/include/asm/ |
| A D | asm.h | 135 #define LONG .dword 185 #define PTR .dword
|
| /arch/riscv/include/asm/ |
| A D | asm.h | 27 #define REG_ASM __REG_SEL(.dword, .word) 34 #define RISCV_PTR .dword
|
| /arch/mips/include/asm/ |
| A D | asm.h | 261 #define LONG .dword 316 #define PTR_WD .dword
|
| /arch/arm64/boot/dts/freescale/ |
| A D | imx8dxl-ss-conn.dtsi | 59 tx-burst-size-dword = <0x10>; 60 rx-burst-size-dword = <0x10>;
|
| A D | imx8-ss-conn.dtsi | 53 tx-burst-size-dword = <0x10>; 54 rx-burst-size-dword = <0x10>;
|
| A D | imx8ulp.dtsi | 612 tx-burst-size-dword = <0x8>; 613 rx-burst-size-dword = <0x8>; 643 tx-burst-size-dword = <0x8>; 644 rx-burst-size-dword = <0x8>;
|
| A D | s32g2.dtsi | 402 tx-burst-size-dword = <0x10>; 403 rx-burst-size-dword = <0x10>;
|
| A D | s32g3.dtsi | 462 tx-burst-size-dword = <0x10>; 463 rx-burst-size-dword = <0x10>;
|
| /arch/s390/kernel/ |
| A D | uv.c | 709 hash->dword[0], hash->dword[1], hash->dword[2], hash->dword[3]); in emit_hash()
|
| /arch/arm/boot/dts/nxp/imx/ |
| A D | imx6qdl.dtsi | 988 tx-burst-size-dword = <0x10>; 989 rx-burst-size-dword = <0x10>; 1002 tx-burst-size-dword = <0x10>; 1003 rx-burst-size-dword = <0x10>; 1017 tx-burst-size-dword = <0x10>; 1018 rx-burst-size-dword = <0x10>; 1032 tx-burst-size-dword = <0x10>; 1033 rx-burst-size-dword = <0x10>;
|
| A D | imx6sl.dtsi | 814 tx-burst-size-dword = <0x10>; 815 rx-burst-size-dword = <0x10>; 827 tx-burst-size-dword = <0x10>; 828 rx-burst-size-dword = <0x10>; 842 tx-burst-size-dword = <0x10>; 843 rx-burst-size-dword = <0x10>;
|
| A D | imx6sll.dtsi | 697 tx-burst-size-dword = <0x10>; 698 rx-burst-size-dword = <0x10>; 711 tx-burst-size-dword = <0x10>; 712 rx-burst-size-dword = <0x10>;
|
| A D | imx7ulp.dtsi | 199 tx-burst-size-dword = <0x8>; 200 rx-burst-size-dword = <0x8>;
|
| A D | imx6sx.dtsi | 935 tx-burst-size-dword = <0x10>; 936 rx-burst-size-dword = <0x10>; 948 tx-burst-size-dword = <0x10>; 949 rx-burst-size-dword = <0x10>; 963 tx-burst-size-dword = <0x10>; 964 rx-burst-size-dword = <0x10>;
|
| A D | imx6ul.dtsi | 868 tx-burst-size-dword = <0x10>; 869 rx-burst-size-dword = <0x10>; 881 tx-burst-size-dword = <0x10>; 882 rx-burst-size-dword = <0x10>;
|
| /arch/parisc/kernel/ |
| A D | relocate_kernel.S | 17 .dword 0
|
| /arch/sparc/kernel/ |
| A D | pci.c | 94 u32 dword; in pci_config_read32() local 103 : "=r" (dword) in pci_config_read32() 109 *ret = dword; in pci_config_read32()
|
| /arch/s390/include/asm/ |
| A D | uv.h | 155 u64 dword[4]; member
|
| /arch/powerpc/kernel/ |
| A D | pci-common.c | 1623 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 1626 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|