/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 | 123 uint32_t mask[INTEL_PT_BLK_TYPE_CNT]; 125 uint32_t has_rflags:1; 126 uint32_t has_rip:1; 127 uint32_t has_rax:1; 128 uint32_t has_rcx:1; 129 uint32_t has_rdx:1; 130 uint32_t has_rbx:1; 131 uint32_t has_rsp:1; 132 uint32_t has_rbp:1; 133 uint32_t has_rsi:1; [all …]
|
/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | nxu.h | 75 uint32_t word[4]; 89 uint32_t dde_count; 99 uint32_t ddebc; /* dde byte count */ 106 uint32_t csb_v; 112 uint32_t csb_f; 115 uint32_t csb_cs; 118 uint32_t csb_cc; 121 uint32_t csb_ce; 125 uint32_t tpbc; 138 uint32_t reserved[3]; [all …]
|
/tools/testing/selftests/kvm/include/ |
D | kvm_util.h | 86 int vcpu_enable_cap(struct kvm_vm *vm, uint32_t vcpu_id, 88 void vm_enable_dirty_ring(struct kvm_vm *vm, uint32_t ring_size); 89 const char *vm_guest_mode_string(uint32_t i); 97 uint64_t first_page, uint32_t num_pages); 98 uint32_t kvm_vm_reset_dirty_ring(struct kvm_vm *vm); 123 void vcpu_dump(FILE *stream, struct kvm_vm *vm, uint32_t vcpuid, 130 uint64_t guest_paddr, uint32_t slot, uint64_t npages, 131 uint32_t flags); 133 void vcpu_ioctl(struct kvm_vm *vm, uint32_t vcpuid, unsigned long ioctl, 135 int _vcpu_ioctl(struct kvm_vm *vm, uint32_t vcpuid, unsigned long ioctl, [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/kvm/include/x86_64/ |
D | processor.h | 101 uint32_t base3; 102 uint32_t zero1; 118 uint32_t eax, edx; in rdtsc() 131 static inline uint64_t rdtscp(uint32_t *aux) in rdtscp() 133 uint32_t eax, edx; in rdtscp() 139 static inline uint64_t rdmsr(uint32_t msr) in rdmsr() 141 uint32_t a, d; in rdmsr() 148 static inline void wrmsr(uint32_t msr, uint64_t value) in wrmsr() 150 uint32_t a = value; in wrmsr() 151 uint32_t d = value >> 32; in wrmsr() [all …]
|
D | apic.h | 66 static inline uint32_t get_bsp_flag(void) in get_bsp_flag() 71 static inline uint32_t xapic_read_reg(unsigned int reg) in xapic_read_reg() 73 return ((volatile uint32_t *)APIC_DEFAULT_GPA)[reg >> 2]; in xapic_read_reg() 76 static inline void xapic_write_reg(unsigned int reg, uint32_t val) in xapic_write_reg() 78 ((volatile uint32_t *)APIC_DEFAULT_GPA)[reg >> 2] = val; in xapic_write_reg()
|
/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 | profiler.h | 57 uint32_t ancestor_exec_ids[MAX_ANCESTORS]; 59 uint32_t num_ancestors; 65 uint32_t exec_id; 69 uint32_t cpu_id; 101 uint32_t kill_count; 113 uint32_t parent_exec_id; 125 uint32_t parent_exec_id; 135 uint32_t src_device_id; 136 uint32_t dst_device_id; 150 uint32_t stale_info_secs;
|
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 | 617 uint32_t u32_field; 630 uint32_t s32_field; 640 uint32_t u32_field; 729 uint32_t ub7: 7; 734 uint32_t u32; 742 uint32_t ub2: 20; /* 2 -> 20 */ 766 uint32_t ub7; 767 uint32_t sb4; 768 uint32_t sb20; 769 uint32_t u32; [all …]
|
/tools/testing/selftests/kvm/lib/ |
D | kvm_util_internal.h | 33 uint32_t id; 37 uint32_t fetch_index; 38 uint32_t dirty_gfns_count; 69 uint32_t dirty_ring_size; 72 struct vcpu *vcpu_find(struct kvm_vm *vm, uint32_t vcpuid); 126 memslot2region(struct kvm_vm *vm, uint32_t memslot);
|
D | kvm_util.c | 129 int vcpu_enable_cap(struct kvm_vm *vm, uint32_t vcpu_id, in vcpu_enable_cap() 144 void vm_enable_dirty_ring(struct kvm_vm *vm, uint32_t ring_size) in vm_enable_dirty_ring() 168 const char *vm_guest_mode_string(uint32_t i) in vm_guest_mode_string() 343 struct kvm_vm *vm_create_with_vcpus(enum vm_guest_mode mode, uint32_t nr_vcpus, in vm_create_with_vcpus() 345 uint32_t num_percpu_pages, void *guest_code, in vm_create_with_vcpus() 346 uint32_t vcpuids[]) in vm_create_with_vcpus() 380 uint32_t vcpuid = vcpuids ? vcpuids[i] : i; in vm_create_with_vcpus() 388 struct kvm_vm *vm_create_default_with_vcpus(uint32_t nr_vcpus, uint64_t extra_mem_pages, in vm_create_default_with_vcpus() 389 uint32_t num_percpu_pages, void *guest_code, in vm_create_default_with_vcpus() 390 uint32_t vcpuids[]) in vm_create_default_with_vcpus() [all …]
|
/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/filesystems/fuse/ |
D | fd_bpf.c | 8 sizeof(uint32_t), 9 sizeof(uint32_t), 15 sizeof(uint32_t), 23 uint32_t uid = uid_gid & 0xffffffff; in trace_daemon() 25 uint32_t pid = pid_tgid & 0xffffffff; in trace_daemon() 26 uint32_t key = 23; in trace_daemon() 27 uint32_t *pvalue; in trace_daemon() 31 uint32_t value = *pvalue; in trace_daemon() 114 uint32_t flags = fri->flags; in trace_daemon()
|
/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/testing/selftests/kvm/include/aarch64/ |
D | processor.h | 46 static inline void get_reg(struct kvm_vm *vm, uint32_t vcpuid, uint64_t id, uint64_t *addr) in get_reg() 54 static inline void set_reg(struct kvm_vm *vm, uint32_t vcpuid, uint64_t id, uint64_t val) in set_reg() 63 void aarch64_vcpu_add_default(struct kvm_vm *vm, uint32_t vcpuid, 113 void vcpu_init_descriptor_tables(struct kvm_vm *vm, uint32_t vcpuid);
|
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb.h | 36 static inline uint32_t pmc_sample_period(uint32_t value) in pmc_sample_period() 58 int count_pmc(int pmc, uint32_t sample_period);
|