Home
last modified time | relevance | path

Searched refs:next_byte (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/tools/arch/x86/lib/
H A Dinsn.c23 ((insn)->next_byte + sizeof(t) + n <= (insn)->end_kaddr)
26 ({ t r = *(t*)insn->next_byte; insn->next_byte += sizeof(t); r; })
29 ({ t r = *(t*)((insn)->next_byte + n); r; })
57 insn->next_byte = kaddr; in insn_init()
80 insn->next_byte += len; in __insn_get_emulate_prefix()
145 insn->next_byte++; in insn_get_prefixes()
169 insn->next_byte++; in insn_get_prefixes()
199 insn->next_byte += 4; in insn_get_prefixes()
207 insn->next_byte += 3; in insn_get_prefixes()
219 insn->next_byte += 2; in insn_get_prefixes()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dinsn.c23 ((insn)->next_byte + sizeof(t) + n <= (insn)->end_kaddr)
26 ({ t r = *(t*)insn->next_byte; insn->next_byte += sizeof(t); r; })
29 ({ t r = *(t*)((insn)->next_byte + n); r; })
57 insn->next_byte = kaddr; in insn_init()
80 insn->next_byte += len; in __insn_get_emulate_prefix()
145 insn->next_byte++; in insn_get_prefixes()
169 insn->next_byte++; in insn_get_prefixes()
199 insn->next_byte += 4; in insn_get_prefixes()
207 insn->next_byte += 3; in insn_get_prefixes()
219 insn->next_byte += 2; in insn_get_prefixes()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Dinsn_sanity.c247 if (insn.next_byte <= insn.kaddr || in main()
248 insn.kaddr + MAX_INSN_SIZE < insn.next_byte) { in main()
/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dopt.c255 target = (unsigned long)insn->next_byte + insn->immediate.value; in insn_jump_into_range()
341 insn.next_byte = (void *)(addr + insn.length); in can_optimize()
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dinsn.h57 const insn_byte_t *next_byte; member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dinsn.h57 const insn_byte_t *next_byte; member
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dentry.S90 next_byte: label
105 bne next_byte
116 bne next_byte
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0001-CVE-2021-42574.patch726 const char *c = dw.next_byte ();
754 - while (c != dw.next_byte ()) pp_character (m_pp, *c++);
756 + c = dw.next_byte ();
2095 const char *next_byte () const { return m_next; }