Home
last modified time | relevance | path

Searched refs:bytes_read (Results 1 – 2 of 2) sorted by relevance

/arch/x86/events/
A Dutils.c93 int bytes_read, bytes_left, insn_offset; in get_branch_type() local
127 bytes_read = MAX_INSN_SIZE - bytes_left; in get_branch_type()
128 if (!bytes_read) in get_branch_type()
148 bytes_read = MAX_INSN_SIZE; in get_branch_type()
161 insn_init(&insn, addr, bytes_read, is64); in get_branch_type()
172 bytes_read -= insn.length; in get_branch_type()
173 if (bytes_read < 0) in get_branch_type()
176 insn_init(&insn, addr + insn_offset, bytes_read, is64); in get_branch_type()
/arch/sparc/include/asm/
A Dhypervisor.h1205 unsigned long *bytes_read);

Completed in 9 milliseconds