Searched defs:pagefault (Results 1 – 5 of 5) sorted by relevance
27 struct pagefault { struct28 u64 page_addr;29 u32 asid;30 u16 pdata;31 u8 vfid;32 u8 access_type;33 u8 fault_type;34 u8 fault_level;35 u8 engine_class;36 u8 engine_instance;[all …]
39 bool pagefault = test_bit(LTL_PAGEFAULT, mon->atoms); in ltl_start() local52 bool pagefault = test_bit(LTL_PAGEFAULT, mon->atoms); in ltl_possible_next_states() local
3367 guard(pagefault)(); in bpf_strcmp() local3407 guard(pagefault)(); in bpf_strnchr() local3461 guard(pagefault)(); in bpf_strchrnul() local3493 guard(pagefault)(); in bpf_strrchr() local3526 guard(pagefault)(); in bpf_strnlen() local3576 guard(pagefault)(); in bpf_strspn() local3620 guard(pagefault)(); in bpf_strcspn() local3665 guard(pagefault)(); in bpf_strnstr() local
299 DEFINE_LOCK_GUARD_0(pagefault, pagefault_disable(), pagefault_enable()) in DEFINE_LOCK_GUARD_0() argument
122 } pagefault; member