Searched refs:PFERR_IMPLICIT_ACCESS (Results 1 – 3 of 3) sorted by relevance
184 u64 implicit_access = access & PFERR_IMPLICIT_ACCESS; in permission_fault()
7280 access |= PFERR_IMPLICIT_ACCESS; in emulator_read_std()7334 access |= PFERR_IMPLICIT_ACCESS; in emulator_write_std()
265 #define PFERR_IMPLICIT_ACCESS (1ULL << PFERR_IMPLICIT_ACCESS_BIT) macro