Searched refs:syscall_entry_point (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsandbox_bpf.cc619 uintptr_t syscall_entry_point = local
621 uint32_t low = static_cast<uint32_t>(syscall_entry_point);
623 uint32_t hi = static_cast<uint32_t>(syscall_entry_point >> 32);

Completed in 48 milliseconds