/tools/testing/selftests/kvm/include/x86_64/ |
D | vmx.h | 492 static inline int vmread(uint64_t encoding, uint64_t *value) in vmread() argument 498 return evmcs_vmread(encoding, value); in vmread() 502 : [encoding]"r"(encoding) in vmread() 513 static inline uint64_t vmreadz(uint64_t encoding) in vmreadz() argument 516 vmread(encoding, &value); in vmreadz() 520 static inline int vmwrite(uint64_t encoding, uint64_t value) in vmwrite() argument 525 return evmcs_vmwrite(encoding, value); in vmwrite() 529 : [value]"rm"(value), [encoding]"r"(encoding) in vmwrite()
|
/tools/testing/selftests/bpf/ |
D | test_btf.h | 13 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ argument 14 ((encoding) << 24 | (bits_offset) << 16 | (nr_bits)) 15 #define BTF_TYPE_INT_ENC(name, encoding, bits_offset, bits, sz) \ argument 17 BTF_INT_ENC(encoding, bits_offset, bits)
|
/tools/lib/bpf/ |
D | libbpf_internal.h | 17 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ argument 18 ((encoding) << 24 | (bits_offset) << 16 | (nr_bits)) 19 #define BTF_TYPE_INT_ENC(name, encoding, bits_offset, bits, sz) \ argument 21 BTF_INT_ENC(encoding, bits_offset, bits)
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 95 [3] INT 'long long unsigned int' size=8 bits_offset=0 nr_bits=64 encoding=(none) 148 [3] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED 157 [6] INT 'unsigned int' size=4 bits_offset=0 nr_bits=32 encoding=(none) 158 [7] INT 'char' size=1 bits_offset=0 nr_bits=8 encoding=SIGNED 160 [9] INT '__ARRAY_SIZE_TYPE__' size=4 bits_offset=0 nr_bits=32 encoding=(none)
|
/tools/perf/util/ |
D | unwind-libunwind-local.c | 112 u8 encoding) in __dw_read_encoded_value() argument 117 switch (encoding) { in __dw_read_encoded_value() 128 switch (encoding & DW_EH_PE_APPL_MASK) { in __dw_read_encoded_value() 138 if ((encoding & 0x07) == 0x00) in __dw_read_encoded_value() 139 encoding |= DW_EH_PE_udata4; in __dw_read_encoded_value() 141 switch (encoding & DW_EH_PE_FORMAT_MASK) { in __dw_read_encoded_value()
|
/tools/testing/selftests/kvm/include/ |
D | evmcs.h | 257 static inline int evmcs_vmread(uint64_t encoding, uint64_t *value) in evmcs_vmread() argument 259 switch (encoding) { in evmcs_vmread() 644 static inline int evmcs_vmwrite(uint64_t encoding, uint64_t value) in evmcs_vmwrite() argument 646 switch (encoding) { in evmcs_vmwrite()
|
/tools/perf/Documentation/ |
D | Makefile | 312 $(DOCBOOK2X_TEXI) $(OUTPUT)user-manual.xml --encoding=UTF-8 --to-stdout >$@++ && \ 324 ($(foreach xml,$(MAN_XML),$(DOCBOOK2X_TEXI) --encoding=UTF-8 \
|
D | perf-annotate.txt | 98 Show raw instruction encoding of assembly instructions.
|
D | jitdump-specification.txt | 42 * uint32_t elf_mach : ELF architecture encoding (ELF e_machine value as specified in /usr/include/… 80 * native code: raw byte encoding of the jitted code
|
D | perf-list.txt | 89 For instance For x86 CPUs NNN represents the raw register encoding with the 110 raw encoding of 0x1A8 can be used:
|
D | perf-top.txt | 166 Show raw instruction encoding of assembly instructions.
|
D | perf-report.txt | 342 Show raw instruction encoding of assembly instructions.
|
/tools/bpf/bpftool/ |
D | btf.c | 49 static const char *btf_int_enc_str(__u8 encoding) in btf_int_enc_str() argument 51 switch (encoding) { in btf_int_enc_str()
|
/tools/perf/ |
D | design.txt | 79 specified by the remaining 63 bits of event_config. The encoding is 83 this is, with the following encoding:
|
/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 3441 encoding = ord(header[5]) 3445 encoding = header[5] 3447 …if magic == chr(127) + "ELF" and eclass > 0 and eclass < 3 and encoding > 0 and encoding < 3 and v…
|