| /Linux-v5.15/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-v5.15/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-v5.15/arch/x86/lib/ |
| D | insn.c | 125 struct insn_field *prefixes = &insn->prefixes; in insn_get_prefixes() local 130 if (prefixes->got) in insn_get_prefixes() 142 if (prefixes->bytes[i] == b) in insn_get_prefixes() 147 prefixes->bytes[nb++] = b; in insn_get_prefixes() 159 prefixes->nbytes++; in insn_get_prefixes() 166 if (lb && lb != insn->prefixes.bytes[3]) { in insn_get_prefixes() 167 if (unlikely(insn->prefixes.bytes[3])) { in insn_get_prefixes() 169 b = insn->prefixes.bytes[3]; in insn_get_prefixes() 171 if (prefixes->bytes[i] == lb) in insn_get_prefixes() 172 insn_set_byte(prefixes, i, b); in insn_get_prefixes() [all …]
|
| /Linux-v5.15/tools/arch/x86/lib/ |
| D | insn.c | 125 struct insn_field *prefixes = &insn->prefixes; in insn_get_prefixes() local 130 if (prefixes->got) in insn_get_prefixes() 142 if (prefixes->bytes[i] == b) in insn_get_prefixes() 147 prefixes->bytes[nb++] = b; in insn_get_prefixes() 159 prefixes->nbytes++; in insn_get_prefixes() 166 if (lb && lb != insn->prefixes.bytes[3]) { in insn_get_prefixes() 167 if (unlikely(insn->prefixes.bytes[3])) { in insn_get_prefixes() 169 b = insn->prefixes.bytes[3]; in insn_get_prefixes() 171 if (prefixes->bytes[i] == lb) in insn_get_prefixes() 172 insn_set_byte(prefixes, i, b); in insn_get_prefixes() [all …]
|
| /Linux-v5.15/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 | ila.rst | 41 locators are sixty-four bit prefixes.
|
| D | gtp.rst | 231 IPv6 prefixes, is unique.
|
| /Linux-v5.15/Documentation/bpf/libbpf/ |
| D | libbpf_naming_convention.rst | 12 following prefixes: ``bpf_``, ``btf_``, ``libbpf_``, ``xsk_``, 76 non-static libbpf symbols should have one of the prefixes mentioned in
|
| /Linux-v5.15/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-v5.15/Documentation/ABI/testing/ |
| D | pstore | 21 filename prefixes. Currently two are defined:
|
| /Linux-v5.15/Documentation/admin-guide/perf/ |
| D | arm-cmn.rst | 39 register. The event templates are named with prefixes to cover all
|
| /Linux-v5.15/Documentation/ABI/stable/ |
| D | sysfs-bus-firewire | 132 without 0x prefixes, without whitespace. The former sbp2 driver
|
| /Linux-v5.15/scripts/ |
| D | Makefile.lib | 222 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
|
| /Linux-v5.15/Documentation/filesystems/ext4/ |
| D | attributes.rst | 157 the key name. Here is a map of name index values to key prefixes:
|
| /Linux-v5.15/net/ipv4/ |
| D | fib_trie.c | 161 unsigned int prefixes; member 2521 ++s->prefixes; in trie_collect_stats() 2551 seq_printf(seq, "\tPrefixes: %u\n", stat->prefixes); in trie_show_stats() 2552 bytes += sizeof(struct fib_alias) * stat->prefixes; in trie_show_stats()
|
| /Linux-v5.15/Documentation/driver-api/gpio/ |
| D | board.rst | 62 Internally, the GPIO subsystem prefixes the GPIO suffix ("gpios" or "gpio")
|
| D | consumer.rst | 35 interface. No other function in the kernel should use these prefixes. The use
|
| /Linux-v5.15/Documentation/ |
| D | atomic_t.txt | 11 The 'full' API consists of (atomic64_ and atomic_long_ prefixes omitted for
|
| /Linux-v5.15/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-v5.15/tools/usb/usbip/ |
| D | INSTALL | 111 You can specify separate installation prefixes for
|
| /Linux-v5.15/Documentation/hid/ |
| D | uhid.rst | 141 prefixes according to these flags.
|
| /Linux-v5.15/Documentation/hwmon/ |
| D | hwmon-kernel-api.rst | 247 is defined in include/linux/hwmon.h. Definition prefixes are as follows.
|
| /Linux-v5.15/tools/perf/Documentation/ |
| D | perf-config.txt | 625 If set to 'yes' will show common string prefixes in tables. The default
|