Home
last modified time | relevance | path

Searched refs:BitValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_map_shadow.h30 enum BitValue { enum
41 [[nodiscard]] BitValue GetExecutable(GuestAddr start, size_t size) const;
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_map_shadow.cc114 BitValue GuestMapShadow::GetExecutable(GuestAddr start, size_t size) const { in GetExecutable()
/frameworks/libs/binary_translation/kernel_api/
Dopen_emulation.cc151 BitValue exec_status = maps_shadow->GetExecutable(GuestAddr(start), end - start); in OpenatProcSelfMapsForGuest()