OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:escapepc_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.h
94
// that allows all system calls from |
escapepc_
|, and otherwise
141
uint64_t
escapepc_
;
member in class:sandbox::bpf_dsl::PolicyCompiler
policy_compiler.cc
93
escapepc_
(0),
109
CHECK_NE(0U,
escapepc_
) << "UnsafeTrap() requires a valid escape PC";
126
escapepc_
= escapepc;
164
const uint32_t lopc = static_cast<uint32_t>(
escapepc_
);
165
const uint32_t hipc = static_cast<uint32_t>(
escapepc_
>> 32);
Completed in 62 milliseconds