| /Linux-v6.1/tools/arch/x86/include/asm/ |
| D | insn.h | 69 struct insn_field prefixes; /* member 166 if (!insn->prefixes.got) in insn_is_avx() 173 if (!insn->prefixes.got) in insn_is_evex() 207 if (insn->prefixes.bytes[3]) in insn_last_prefix_id() 208 return inat_get_last_prefix_id(insn->prefixes.bytes[3]); in insn_last_prefix_id() 216 return insn->prefixes.nbytes; in insn_offset_rex_prefix() 256 …for (idx = 0; idx < ARRAY_SIZE(insn->prefixes.bytes) && (prefix = insn->prefixes.bytes[idx]) != 0;…
|
| /Linux-v6.1/arch/x86/include/asm/ |
| D | insn.h | 69 struct insn_field prefixes; /* member 166 if (!insn->prefixes.got) in insn_is_avx() 173 if (!insn->prefixes.got) in insn_is_evex() 207 if (insn->prefixes.bytes[3]) in insn_last_prefix_id() 208 return inat_get_last_prefix_id(insn->prefixes.bytes[3]); in insn_last_prefix_id() 216 return insn->prefixes.nbytes; in insn_offset_rex_prefix() 256 …for (idx = 0; idx < ARRAY_SIZE(insn->prefixes.bytes) && (prefix = insn->prefixes.bytes[idx]) != 0;…
|
| /Linux-v6.1/arch/x86/lib/ |
| D | insn.c | 126 struct insn_field *prefixes = &insn->prefixes; in insn_get_prefixes() local 131 if (prefixes->got) in insn_get_prefixes() 143 if (prefixes->bytes[i] == b) in insn_get_prefixes() 148 prefixes->bytes[nb++] = b; in insn_get_prefixes() 160 prefixes->nbytes++; in insn_get_prefixes() 167 if (lb && lb != insn->prefixes.bytes[3]) { in insn_get_prefixes() 168 if (unlikely(insn->prefixes.bytes[3])) { in insn_get_prefixes() 170 b = insn->prefixes.bytes[3]; in insn_get_prefixes() 172 if (prefixes->bytes[i] == lb) in insn_get_prefixes() 173 insn_set_byte(prefixes, i, b); in insn_get_prefixes() [all …]
|
| /Linux-v6.1/tools/arch/x86/lib/ |
| D | insn.c | 126 struct insn_field *prefixes = &insn->prefixes; in insn_get_prefixes() local 131 if (prefixes->got) in insn_get_prefixes() 143 if (prefixes->bytes[i] == b) in insn_get_prefixes() 148 prefixes->bytes[nb++] = b; in insn_get_prefixes() 160 prefixes->nbytes++; in insn_get_prefixes() 167 if (lb && lb != insn->prefixes.bytes[3]) { in insn_get_prefixes() 168 if (unlikely(insn->prefixes.bytes[3])) { in insn_get_prefixes() 170 b = insn->prefixes.bytes[3]; in insn_get_prefixes() 172 if (prefixes->bytes[i] == lb) in insn_get_prefixes() 173 insn_set_byte(prefixes, i, b); in insn_get_prefixes() [all …]
|
| /Linux-v6.1/tools/testing/memblock/tests/ |
| D | common.c | 15 static const char __maybe_unused *prefixes[PREFIXES_MAX]; variable 154 test_print("%s%s", prefixes[i], DELIM); in print_prefixes() 189 memset(prefixes, 0, PREFIXES_MAX * sizeof(char *)); in prefix_reset() 196 prefixes[nr_prefixes] = prefix; in prefix_push() 203 prefixes[nr_prefixes - 1] = 0; in prefix_pop()
|
| /Linux-v6.1/tools/objtool/arch/x86/ |
| D | decode.c | 110 for (i = 0; i < insn->prefixes.nbytes; i++) { in has_notrack_prefix() 111 if (insn->prefixes.bytes[i] == 0x3e) in has_notrack_prefix() 152 prefix = insn.prefixes.bytes[0]; in arch_decode_instruction() 516 if (insn.prefixes.nbytes == 1 && in arch_decode_instruction() 517 insn.prefixes.bytes[0] == 0xf2) { in arch_decode_instruction()
|
| /Linux-v6.1/Documentation/core-api/ |
| D | printk-index.rst | 114 prefixes. 116 These prefixes can be stored into the printk index metadata 118 interface might then show the printk formats including these prefixes.
|
| /Linux-v6.1/Documentation/networking/ |
| D | alias.rst | 9 address/prefixes per interface, but aliases are still supported
|
| D | ipv6.rst | 46 for addresses to be automatically generated from prefixes
|
| D | gtp.rst | 231 IPv6 prefixes, is unique.
|
| /Linux-v6.1/arch/x86/tools/ |
| D | insn_decoder_test.c | 73 dump_field(fp, "prefixes", "\t", &insn->prefixes); in dump_insn()
|
| D | insn_sanity.c | 66 dump_field(fp, "prefixes", "\t", &insn->prefixes); in dump_insn()
|
| /Linux-v6.1/Documentation/ABI/testing/ |
| D | pstore | 22 filename prefixes. Currently two are defined:
|
| /Linux-v6.1/Documentation/bpf/libbpf/ |
| D | libbpf_naming_convention.rst | 12 following prefixes: ``bpf_``, ``btf_``, ``libbpf_``, ``btf_dump_``, 67 non-static libbpf symbols should have one of the prefixes mentioned in
|
| /Linux-v6.1/Documentation/admin-guide/perf/ |
| D | arm-cmn.rst | 39 register. The event templates are named with prefixes to cover all
|
| /Linux-v6.1/Documentation/ABI/stable/ |
| D | sysfs-bus-firewire | 132 without 0x prefixes, without whitespace. The former sbp2 driver
|
| /Linux-v6.1/Documentation/process/ |
| D | maintainer-tip.rst | 118 The tip tree preferred format for patch subject prefixes is 764 grepping. These namespaces are string prefixes for globally visible 765 function and variable names, including inlines. These prefixes should 773 Namespace prefixes may be omitted for local static functions and 778 Please note that 'xxx_vendor\_' and 'vendor_xxx_` prefixes are not
|
| /Linux-v6.1/Documentation/filesystems/ext4/ |
| D | attributes.rst | 157 the key name. Here is a map of name index values to key prefixes:
|
| /Linux-v6.1/net/ipv4/ |
| D | fib_trie.c | 162 unsigned int prefixes; member 2536 ++s->prefixes; in trie_collect_stats() 2566 seq_printf(seq, "\tPrefixes: %u\n", stat->prefixes); in trie_show_stats() 2567 bytes += sizeof(struct fib_alias) * stat->prefixes; in trie_show_stats()
|
| /Linux-v6.1/scripts/ |
| D | Makefile.lib | 245 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
|
| /Linux-v6.1/Documentation/driver-api/gpio/ |
| D | board.rst | 62 Internally, the GPIO subsystem prefixes the GPIO suffix ("gpios" or "gpio")
|
| /Linux-v6.1/Documentation/ |
| D | atomic_t.txt | 11 The 'full' API consists of (atomic64_ and atomic_long_ prefixes omitted for
|
| /Linux-v6.1/Documentation/scsi/ |
| D | scsi_fc_transport.rst | 197 hex characters and may *not* contain any prefixes (e.g. 0x, x, etc). 203 is specified as 16 hex characters and may *not* contain any prefixes
|
| /Linux-v6.1/tools/usb/usbip/ |
| D | INSTALL | 111 You can specify separate installation prefixes for
|
| /Linux-v6.1/Documentation/hid/ |
| D | uhid.rst | 141 prefixes according to these flags.
|