Symbol: xe_ptw
drivers/gpu/drm/xe/xe_pt.c
1641
static int xe_pt_stage_unbind_entry(struct xe_ptw *parent, pgoff_t offset,
drivers/gpu/drm/xe/xe_pt.c
1643
struct xe_ptw **child,
drivers/gpu/drm/xe/xe_pt.c
1745
xe_pt_stage_unbind_post_descend(struct xe_ptw *parent, pgoff_t offset,
drivers/gpu/drm/xe/xe_pt.c
1747
struct xe_ptw **child,
drivers/gpu/drm/xe/xe_pt.c
32
struct xe_ptw *children[XE_PDES];
drivers/gpu/drm/xe/xe_pt.c
34
struct xe_ptw *staging[XE_PDES];
drivers/gpu/drm/xe/xe_pt.c
515
xe_pt_stage_bind_entry(struct xe_ptw *parent, pgoff_t offset,
drivers/gpu/drm/xe/xe_pt.c
517
struct xe_ptw **child,
drivers/gpu/drm/xe/xe_pt.c
853
static int xe_pt_zap_ptes_entry(struct xe_ptw *parent, pgoff_t offset,
drivers/gpu/drm/xe/xe_pt.c
855
struct xe_ptw **child,
drivers/gpu/drm/xe/xe_pt_types.h
30
struct xe_ptw base;
drivers/gpu/drm/xe/xe_pt_walk.c
140
int xe_pt_walk_shared(struct xe_ptw *parent, unsigned int level,
drivers/gpu/drm/xe/xe_pt_walk.c
145
struct xe_ptw *child = parent;
drivers/gpu/drm/xe/xe_pt_walk.c
73
int xe_pt_walk_range(struct xe_ptw *parent, unsigned int level,
drivers/gpu/drm/xe/xe_pt_walk.c
77
struct xe_ptw **entries = walk->staging ? (parent->staging ?: NULL) :
drivers/gpu/drm/xe/xe_pt_walk.c
81
struct xe_ptw *child;
drivers/gpu/drm/xe/xe_pt_walk.h
20
struct xe_ptw **children;
drivers/gpu/drm/xe/xe_pt_walk.h
21
struct xe_ptw **staging;
drivers/gpu/drm/xe/xe_pt_walk.h
63
typedef int (*xe_pt_entry_fn)(struct xe_ptw *parent, pgoff_t offset,
drivers/gpu/drm/xe/xe_pt_walk.h
65
struct xe_ptw **child,
drivers/gpu/drm/xe/xe_pt_walk.h
87
int xe_pt_walk_range(struct xe_ptw *parent, unsigned int level,
drivers/gpu/drm/xe/xe_pt_walk.h
90
int xe_pt_walk_shared(struct xe_ptw *parent, unsigned int level,