| /linux/arch/x86/lib/ |
| H A 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/tools/arch/x86/lib/ |
| H A 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/tools/testing/memblock/tests/ |
| H A D | common.c | 13 static const char __maybe_unused *prefixes[PREFIXES_MAX]; variable 157 test_print("%s%s", prefixes[i], DELIM); in print_prefixes() 192 memset(prefixes, 0, PREFIXES_MAX * sizeof(char *)); in prefix_reset() 199 prefixes[nr_prefixes] = prefix; in prefix_push() 206 prefixes[nr_prefixes - 1] = 0; in prefix_pop()
|
| /linux/tools/objtool/arch/x86/ |
| H A D | decode.c | 209 for (i = 0; i < insn->prefixes.nbytes; i++) { in arch_decode_instruction() 210 if (insn->prefixes.bytes[i] == 0x3e) in arch_decode_instruction() 250 prefix = ins.prefixes.bytes[0]; in arch_decode_instruction() 636 if (ins.prefixes.nbytes == 1 && in arch_decode_instruction() 637 ins.prefixes.bytes[0] == 0xf2) { in arch_decode_instruction()
|
| /linux/arch/arm64/include/asm/ |
| H A D | Kbuild | 7 # same constants with prefixes, used by vdso, seccomp and sigreturn:
|
| /linux/Documentation/core-api/ |
| H A 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/Documentation/networking/ |
| H A D | alias.rst | 9 address/prefixes per interface, but aliases are still supported
|
| H A D | ipv6.rst | 46 for addresses to be automatically generated from prefixes
|
| H A D | gtp.rst | 231 IPv6 prefixes, is unique.
|
| H A D | ila.rst | 41 locators are sixty-four bit prefixes.
|
| /linux/Documentation/bpf/ |
| H A D | map_lpm_trie.rst | 12 can be used to match IP addresses to a stored set of prefixes. 119 address prefixes:
|
| /linux/arch/x86/tools/ |
| H A D | insn_decoder_test.c | 72 dump_field(fp, "prefixes", "\t", &insn->prefixes); in dump_insn()
|
| H A D | insn_sanity.c | 66 dump_field(fp, "prefixes", "\t", &insn->prefixes); in dump_insn()
|
| /linux/Documentation/bpf/libbpf/ |
| H A 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/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-insn-decoder.c | 53 switch (insn->prefixes.bytes[3]) { in intel_pt_insn_decoder()
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | arm-cmn.rst | 39 register. The event templates are named with prefixes to cover all
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-bus-firewire | 132 without 0x prefixes, without whitespace. The former sbp2 driver
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | attributes.rst | 157 the key name. Here is a map of name index values to key prefixes:
|
| /linux/net/ipv4/ |
| H A D | fib_trie.c | 163 unsigned int prefixes; member 2515 ++s->prefixes; in trie_collect_stats() 2545 seq_printf(seq, "\tPrefixes: %u\n", stat->prefixes); in trie_show_stats() 2546 bytes += sizeof(struct fib_alias) * stat->prefixes; in trie_show_stats()
|
| /linux/Documentation/ |
| H A D | atomic_t.txt | 11 The 'full' API consists of (atomic64_ and atomic_long_ prefixes omitted for
|
| /linux/Documentation/hid/ |
| H A D | uhid.rst | 141 prefixes according to these flags.
|
| /linux/tools/usb/usbip/ |
| H A D | INSTALL | 111 You can specify separate installation prefixes for
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 37 interface. No other function in the kernel should use these prefixes. The use
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-config.txt | 654 If set to 'yes' will show common string prefixes in tables. The default
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 13046 static const char *const prefixes[] = { in attach_raw_tp() local 13057 for (i = 0; i < ARRAY_SIZE(prefixes); i++) { in attach_raw_tp() 13060 if (!str_has_pfx(prog->sec_name, prefixes[i])) in attach_raw_tp() 13063 pfx_len = strlen(prefixes[i]); in attach_raw_tp()
|