Home
last modified time | relevance | path

Searched defs:vm_fault (Results 1 – 7 of 7) sorted by relevance

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h1969 struct vm_fault { struct
1970 struct vm_area_struct *vma;
1971 unsigned int flags;
1972 gfp_t gfp_mask;
1973 long unsigned int pgoff;
1974 long unsigned int address;
1975 pmd_t *pmd;
1976 pud_t *pud;
1977 pte_t orig_pte;
1978 struct page *cow_page;
[all …]
Dvmlinux.h1969 struct vm_fault { struct
1970 struct vm_area_struct *vma;
1971 unsigned int flags;
1972 gfp_t gfp_mask;
1973 long unsigned int pgoff;
1974 long unsigned int address;
1975 pmd_t *pmd;
1976 pud_t *pud;
1977 pte_t orig_pte;
1978 struct page *cow_page;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h3475 struct vm_fault { struct
3476 struct vm_area_struct *vma;
3477 unsigned int flags;
3478 gfp_t gfp_mask;
3479 long unsigned int pgoff;
3480 long unsigned int address;
3481 pmd_t *pmd;
3482 pud_t *pud;
3483 pte_t orig_pte;
3484 struct page *cow_page;
[all …]
Dvmlinux_510.h3475 struct vm_fault { struct
3476 struct vm_area_struct *vma;
3477 unsigned int flags;
3478 gfp_t gfp_mask;
3479 long unsigned int pgoff;
3480 long unsigned int address;
3481 pmd_t *pmd;
3482 pud_t *pud;
3483 pte_t orig_pte;
3484 struct page *cow_page;
[all …]
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h3290 struct vm_fault { struct
3291 const struct {
3297 enum fault_flag flags;
3298 pmd_t *pmd;
3299 pud_t *pud;
3300 union {
3304 struct page *cow_page;
3305 struct page *page;
3306 pte_t *pte;
3307 spinlock_t *ptl;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h3515 struct vm_fault { struct
3516 struct vm_area_struct *vma;
3517 unsigned int flags;
3518 gfp_t gfp_mask;
3519 long unsigned int pgoff;
3520 long unsigned int address;
3521 pmd_t *pmd;
3522 pud_t *pud;
3523 pte_t orig_pte;
3524 struct page *cow_page;
[all …]
Dvmlinux.h3515 struct vm_fault { struct
3516 struct vm_area_struct *vma;
3517 unsigned int flags;
3518 gfp_t gfp_mask;
3519 long unsigned int pgoff;
3520 long unsigned int address;
3521 pmd_t *pmd;
3522 pud_t *pud;
3523 pte_t orig_pte;
3524 struct page *cow_page;
[all …]