Home
last modified time | relevance | path

Searched defs:pagefault (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_pagefault.c27 struct pagefault { struct
28 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 …]
/linux/kernel/trace/rv/monitors/pagefault/
H A Dpagefault.h39 bool pagefault = test_bit(LTL_PAGEFAULT, mon->atoms); in ltl_start() local
52 bool pagefault = test_bit(LTL_PAGEFAULT, mon->atoms); in ltl_possible_next_states() local
/linux/kernel/bpf/
H A Dhelpers.c3367 guard(pagefault)(); in bpf_strcmp() local
3407 guard(pagefault)(); in bpf_strnchr() local
3461 guard(pagefault)(); in bpf_strchrnul() local
3493 guard(pagefault)(); in bpf_strrchr() local
3526 guard(pagefault)(); in bpf_strnlen() local
3576 guard(pagefault)(); in bpf_strspn() local
3620 guard(pagefault)(); in bpf_strcspn() local
3665 guard(pagefault)(); in bpf_strnstr() local
/linux/include/linux/
H A Duaccess.h299 DEFINE_LOCK_GUARD_0(pagefault, pagefault_disable(), pagefault_enable()) in DEFINE_LOCK_GUARD_0() argument
/linux/include/uapi/linux/
H A Duserfaultfd.h122 } pagefault; member