Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/
H A Dleaking_addresses.pl169 return (is_x86_64() or is_ppc64() or is_ix86_32());
205 sub is_x86_64 subroutine
294 if (is_x86_64() and is_in_vsyscall_memory_region($match)) {
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c32 static int is_x86_64(const struct elf *elf) in is_x86_64() function
101 x86_64 = is_x86_64(elf); in arch_decode_instruction()