/tools/firewire/ |
D | nosy-dump.h | 15 uint32_t timestamp; 18 uint32_t zero:24; 19 uint32_t phy_id:6; 20 uint32_t identifier:2; 24 uint32_t zero:16; 25 uint32_t gap_count:6; 26 uint32_t set_gap_count:1; 27 uint32_t set_root:1; 28 uint32_t root_id:6; 29 uint32_t identifier:2; [all …]
|
D | decode-fcp.c | 136 uint32_t operand0:8; 137 uint32_t opcode:8; 138 uint32_t subunit_id:3; 139 uint32_t subunit_type:5; 140 uint32_t ctype:4; 141 uint32_t cts:4;
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.h | 119 uint32_t mask[INTEL_PT_BLK_TYPE_CNT]; 121 uint32_t has_rflags:1; 122 uint32_t has_rip:1; 123 uint32_t has_rax:1; 124 uint32_t has_rcx:1; 125 uint32_t has_rdx:1; 126 uint32_t has_rbx:1; 127 uint32_t has_rsp:1; 128 uint32_t has_rbp:1; 129 uint32_t has_rsi:1; [all …]
|
/tools/testing/selftests/kvm/include/ |
D | kvm_util.h | 78 uint64_t first_page, uint32_t num_pages); 84 uint32_t data_memslot, uint32_t pgd_memslot); 87 void vcpu_dump(FILE *stream, struct kvm_vm *vm, uint32_t vcpuid, 94 uint64_t guest_paddr, uint32_t slot, uint64_t npages, 95 uint32_t flags); 97 void vcpu_ioctl(struct kvm_vm *vm, uint32_t vcpuid, unsigned long ioctl, 99 int _vcpu_ioctl(struct kvm_vm *vm, uint32_t vcpuid, unsigned long ioctl, 102 void vm_mem_region_set_flags(struct kvm_vm *vm, uint32_t slot, uint32_t flags); 103 void vm_vcpu_add(struct kvm_vm *vm, uint32_t vcpuid); 105 uint32_t data_memslot, uint32_t pgd_memslot); [all …]
|
/tools/power/cpupower/debug/i386/ |
D | powernow-k8-decode.c | 27 static int get_fidvid(uint32_t cpu, uint32_t *fid, uint32_t *vid) in get_fidvid() 46 *fid = ((uint32_t )(msr & 0xffffffffull)) & MSR_S_LO_CURRENT_FID; in get_fidvid() 47 *vid = ((uint32_t )(msr>>32 & 0xffffffffull)) & MSR_S_HI_CURRENT_VID; in get_fidvid() 57 static uint32_t find_freq_from_fid(uint32_t fid) in find_freq_from_fid() 63 static uint32_t find_millivolts_from_vid(uint32_t vid) in find_millivolts_from_vid() 72 uint32_t fid, vid; in main()
|
/tools/perf/util/ |
D | jitdump.h | 38 uint32_t magic; /* characters "jItD" */ 39 uint32_t version; /* header version */ 40 uint32_t total_size; /* total size of header */ 41 uint32_t elf_mach; /* elf mach target */ 42 uint32_t pad1; /* reserved */ 43 uint32_t pid; /* JIT process id */ 60 uint32_t id; 61 uint32_t total_size; 68 uint32_t pid; 69 uint32_t tid; [all …]
|
/tools/testing/selftests/powerpc/cache_shape/ |
D | cache_shape.c | 31 static void print_size(const char *label, uint32_t val) in print_size() 36 static void print_geo(const char *label, uint32_t val) in print_geo() 64 print_size("L1I ", (uint32_t)p->a_un.a_val); in test_cache_shape() 70 print_geo("L1I ", (uint32_t)p->a_un.a_val); in test_cache_shape() 76 print_size("L1D ", (uint32_t)p->a_un.a_val); in test_cache_shape() 82 print_geo("L1D ", (uint32_t)p->a_un.a_val); in test_cache_shape() 88 print_size("L2 ", (uint32_t)p->a_un.a_val); in test_cache_shape() 94 print_geo("L2 ", (uint32_t)p->a_un.a_val); in test_cache_shape() 100 print_size("L3 ", (uint32_t)p->a_un.a_val); in test_cache_shape() 106 print_geo("L3 ", (uint32_t)p->a_un.a_val); in test_cache_shape()
|
/tools/usb/usbip/libsrc/ |
D | vhci_driver.h | 25 uint32_t status; 27 uint32_t devid; 55 int usbip_vhci_get_free_port(uint32_t speed); 56 int usbip_vhci_attach_device2(uint8_t port, int sockfd, uint32_t devid, 57 uint32_t speed); 61 uint8_t devnum, uint32_t speed);
|
/tools/testing/selftests/bpf/progs/ |
D | test_seg6_loop.c | 88 uint32_t new_pad, uint32_t old_pad, in update_tlv_pad() 89 uint32_t pad_off) in update_tlv_pad() 119 uint32_t *tlv_off, in is_valid_tlv_boundary() 120 uint32_t *pad_size, in is_valid_tlv_boundary() 121 uint32_t *pad_off) in is_valid_tlv_boundary() 123 uint32_t srh_off, cur_off; in is_valid_tlv_boundary() 180 struct ip6_srh_t *srh, uint32_t tlv_off, in add_tlv() 183 uint32_t srh_off = (char *)srh - (char *)(long)skb->data; in add_tlv() 185 uint32_t pad_off = 0; in add_tlv() 186 uint32_t pad_size = 0; in add_tlv() [all …]
|
D | test_lwt_seg6local.c | 88 int update_tlv_pad(struct __sk_buff *skb, uint32_t new_pad, in update_tlv_pad() 89 uint32_t old_pad, uint32_t pad_off) in update_tlv_pad() 119 uint32_t *tlv_off, uint32_t *pad_size, in is_valid_tlv_boundary() 120 uint32_t *pad_off) in is_valid_tlv_boundary() 122 uint32_t srh_off, cur_off; in is_valid_tlv_boundary() 177 int add_tlv(struct __sk_buff *skb, struct ip6_srh_t *srh, uint32_t tlv_off, in add_tlv() 180 uint32_t srh_off = (char *)srh - (char *)(long)skb->data; in add_tlv() 182 uint32_t pad_off = 0; in add_tlv() 183 uint32_t pad_size = 0; in add_tlv() 184 uint32_t partial_srh_len; in add_tlv() [all …]
|
D | core_reloc_types.h | 554 uint32_t u32_field; 567 uint32_t s32_field; 577 uint32_t u32_field; 588 uint32_t u32_field: 32; /* bitfields are not supported */ 600 uint32_t u32_field; 610 uint32_t u16_field; /* not 16-bit anymore */ 613 uint32_t u32_field; 637 uint32_t u32_field; 640 uint32_t u64_field; /* not 64-bit anymore */
|
/tools/usb/usbip/src/ |
D | usbip_network.h | 31 uint32_t status; /* op_code status (for reply) */ 129 uint32_t key[4]; 133 uint32_t __reserved; 147 uint32_t ndev; 163 uint32_t usbip_net_pack_uint32_t(int pack, uint32_t num); 170 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status);
|
/tools/include/tools/ |
D | be_byteshift.h | 12 static inline uint32_t __get_unaligned_be32(const uint8_t *p) in __get_unaligned_be32() 29 static inline void __put_unaligned_be32(uint32_t val, uint8_t *p) in __put_unaligned_be32() 46 static inline uint32_t get_unaligned_be32(const void *p) in get_unaligned_be32() 61 static inline void put_unaligned_be32(uint32_t val, void *p) in put_unaligned_be32()
|
D | le_byteshift.h | 12 static inline uint32_t __get_unaligned_le32(const uint8_t *p) in __get_unaligned_le32() 29 static inline void __put_unaligned_le32(uint32_t val, uint8_t *p) in __put_unaligned_le32() 46 static inline uint32_t get_unaligned_le32(const void *p) in get_unaligned_le32() 61 static inline void put_unaligned_le32(uint32_t val, void *p) in put_unaligned_le32()
|
/tools/testing/selftests/net/ |
D | ipv6_flowlabel.c | 33 #define FLOWLABEL_WILDCARD ((uint32_t) -1) 36 static uint32_t cfg_label = 1; 38 static void do_send(int fd, bool with_flowlabel, uint32_t flowlabel) in do_send() 58 *(uint32_t *)CMSG_DATA(cm) = htonl(flowlabel); in do_send() 74 static void do_recv(int fd, bool with_flowlabel, uint32_t expect) in do_recv() 81 uint32_t flowlabel; in do_recv() 114 flowlabel = ntohl(*(uint32_t *)CMSG_DATA(cm)); in do_recv() 147 static void flowlabel_get(int fd, uint32_t label, uint8_t share, uint16_t flags) in flowlabel_get()
|
/tools/testing/selftests/kvm/include/aarch64/ |
D | processor.h | 39 static inline void get_reg(struct kvm_vm *vm, uint32_t vcpuid, uint64_t id, uint64_t *addr) in get_reg() 47 static inline void set_reg(struct kvm_vm *vm, uint32_t vcpuid, uint64_t id, uint64_t val) in set_reg() 56 void aarch64_vcpu_add_default(struct kvm_vm *vm, uint32_t vcpuid,
|
/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 62 uint32_t base3; 63 uint32_t zero1; 79 uint32_t eax, edx; in rdtsc() 89 static inline uint64_t rdtscp(uint32_t *aux) in rdtscp() 91 uint32_t eax, edx; in rdtscp() 97 static inline uint64_t rdmsr(uint32_t msr) in rdmsr() 99 uint32_t a, d; in rdmsr() 106 static inline void wrmsr(uint32_t msr, uint64_t value) in wrmsr() 108 uint32_t a = value; in wrmsr() 109 uint32_t d = value >> 32; in wrmsr() [all …]
|
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb.h | 36 static inline uint32_t pmc_sample_period(uint32_t value) in pmc_sample_period() 60 int count_pmc(int pmc, uint32_t sample_period);
|
/tools/testing/selftests/bpf/ |
D | test_tag.c | 91 static void tag_from_fdinfo(int fd_prog, uint8_t *tag, uint32_t len) in tag_from_fdinfo() 114 static void tag_from_alg(int insns, uint8_t *tag, uint32_t len) in tag_from_alg() 144 static void tag_dump(const char *prefix, uint8_t *tag, uint32_t len) in tag_dump() 155 uint8_t *atag, uint32_t len) in tag_exit_report() 165 static void do_test(uint32_t *tests, int start_insns, int fd_map, in do_test() 187 uint32_t tests = 0; in main()
|
/tools/gpio/ |
D | gpio-event-mon.c | 29 uint32_t handleflags, in monitor_device() 30 uint32_t eventflags, in monitor_device() 147 uint32_t handleflags = GPIOHANDLE_REQUEST_INPUT; in main() 148 uint32_t eventflags = 0; in main()
|
/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 288 uint64_t first_page, uint32_t num_pages) in kvm_vm_clear_dirty_log() 381 struct vcpu *vcpu_find(struct kvm_vm *vm, uint32_t vcpuid) in vcpu_find() 406 static void vm_vcpu_rm(struct kvm_vm *vm, uint32_t vcpuid) in vm_vcpu_rm() 577 uint64_t guest_paddr, uint32_t slot, uint64_t npages, in vm_userspace_mem_region_add() 578 uint32_t flags) in vm_userspace_mem_region_add() 709 memslot2region(struct kvm_vm *vm, uint32_t memslot) in memslot2region() 743 void vm_mem_region_set_flags(struct kvm_vm *vm, uint32_t slot, uint32_t flags) in vm_mem_region_set_flags() 804 void vm_vcpu_add(struct kvm_vm *vm, uint32_t vcpuid) in vm_vcpu_add() 949 uint32_t data_memslot, uint32_t pgd_memslot) in vm_vaddr_alloc() 996 size_t size, uint32_t pgd_memslot) in virt_map() [all …]
|
D | kvm_util_internal.h | 39 uint32_t id; 66 struct vcpu *vcpu_find(struct kvm_vm *vm, uint32_t vcpuid); 72 memslot2region(struct kvm_vm *vm, uint32_t memslot);
|
/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 54 uint32_t len; 61 uint32_t nr; 113 uint32_t nr_cpus_available; /* CPUs not yet onlined */ 114 uint32_t nr_cpus_online; 142 uint32_t nr; /* number of events */ 143 uint32_t attr_size; /* size of each perf_event_attr */ 146 uint32_t nr_ids; 171 uint32_t core_id; 172 uint32_t socket_id; 182 uint32_t die_id[nr_cpus_avail]; /* from previously processed HEADER_NR_CPUS, VLA */ [all …]
|
/tools/testing/selftests/filesystems/incfs/ |
D | utils.c | 59 uint32_t algorithm; 61 uint32_t salt_size; 63 uint32_t hash_size; 68 uint32_t version; 69 uint32_t hash_section_size; 71 uint32_t signing_section_size; 90 .signing_section_size = sizeof(uint32_t) + strlen(add_data) + 1, in format_signature()
|
/tools/bpf/ |
D | bpf_dbg.c | 102 uint32_t magic; 106 uint32_t sigfigs; 107 uint32_t snaplen; 108 uint32_t linktype; 118 uint32_t caplen; 119 uint32_t len; 123 uint32_t A; 124 uint32_t X; 125 uint32_t M[BPF_MEMWORDS]; 126 uint32_t R; [all …]
|