Searched refs:prefixes (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/arch/x86/lib/ |
D | insn.c | 84 struct insn_field *prefixes = &insn->prefixes; in insn_get_prefixes() local 89 if (prefixes->got) in insn_get_prefixes() 99 if (prefixes->bytes[i] == b) in insn_get_prefixes() 104 prefixes->bytes[nb++] = b; in insn_get_prefixes() 116 prefixes->nbytes++; in insn_get_prefixes() 123 if (lb && lb != insn->prefixes.bytes[3]) { in insn_get_prefixes() 124 if (unlikely(insn->prefixes.bytes[3])) { in insn_get_prefixes() 126 b = insn->prefixes.bytes[3]; in insn_get_prefixes() 128 if (prefixes->bytes[i] == lb) in insn_get_prefixes() 129 prefixes->bytes[i] = b; in insn_get_prefixes() [all …]
|
D | x86-opcode-map.txt | 30 # - (66&F2): Both 0x66 and 0xF2 prefixes are specified.
|
/linux-4.1.27/arch/x86/include/asm/ |
D | insn.h | 37 struct insn_field prefixes; /* member 131 if (!insn->prefixes.got) in insn_is_avx() 165 if (insn->prefixes.bytes[3]) in insn_last_prefix_id() 166 return inat_get_last_prefix_id(insn->prefixes.bytes[3]); in insn_last_prefix_id() 174 return insn->prefixes.nbytes; in insn_offset_rex_prefix()
|
/linux-4.1.27/arch/x86/kernel/ |
D | uprobes.c | 272 for (i = 0; i < insn->prefixes.nbytes; i++) { in is_prefix_bad() 273 switch (insn->prefixes.bytes[i]) { in is_prefix_bad() 745 for (i = 0; i < insn->prefixes.nbytes; i++) { in branch_setup_xol_ops() 746 if (insn->prefixes.bytes[i] == 0x66) in branch_setup_xol_ops()
|
/linux-4.1.27/Documentation/networking/ |
D | alias.txt | 7 address/prefixes per interface, but aliases are still supported
|
D | ipv6.txt | 40 for addresses to be automatically generated from prefixes
|
/linux-4.1.27/arch/x86/tools/ |
D | test_get_len.c | 73 dump_field(fp, "prefixes", "\t", &insn->prefixes); in dump_insn()
|
D | insn_sanity.c | 83 dump_field(fp, "prefixes", "\t", &insn->prefixes); in dump_insn()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | pstore | 21 filename prefixes. Currently two are defined:
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-bus-firewire | 129 without 0x prefixes, without whitespace. The former sbp2 driver
|
/linux-4.1.27/Documentation/x86/ |
D | intel_mpx.txt | 35 starts. New instruction prefixes are noops for old CPUs. 67 * enables annotation of code with MPX instructions and prefixes
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | vendor-prefixes.txt | 3 This isn't an exhaustive list, but you should add new prefixes to it before
|
/linux-4.1.27/net/ipv4/ |
D | fib_trie.c | 138 unsigned int prefixes; member 2096 ++s->prefixes; in trie_collect_stats() 2126 seq_printf(seq, "\tPrefixes: %u\n", stat->prefixes); in trie_show_stats() 2127 bytes += sizeof(struct fib_alias) * stat->prefixes; in trie_show_stats()
|
/linux-4.1.27/scripts/ |
D | Kbuild.include | 74 # If no $(CC) found in PATH with listed prefixes return nothing
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_fc_transport.txt | 177 hex characters and may *not* contain any prefixes (e.g. 0x, x, etc). 183 is specified as 16 hex characters and may *not* contain any prefixes
|
D | ChangeLog.lpfc | 1436 * Change all elx prefixes to lpfc 1477 * Change function name prefixes from elx_ to lpfc_
|
/linux-4.1.27/tools/usb/usbip/ |
D | INSTALL | 111 You can specify separate installation prefixes for
|
/linux-4.1.27/Documentation/hid/ |
D | uhid.txt | 138 prefixes according to these flags.
|
/linux-4.1.27/Documentation/gpio/ |
D | consumer.txt | 20 other function in the kernel should use these prefixes.
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 566 one of the listed prefixes. The first prefix where there exist a 569 Additional prefixes are separated by a single space in the
|