Home
last modified time | relevance | path

Searched defs:ctx_reg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_regs.h230 #define GEN7_CXT_POWER_SIZE(ctx_reg) (((ctx_reg) >> 25) & 0x7f) argument
231 #define GEN7_CXT_RING_SIZE(ctx_reg) (((ctx_reg) >> 22) & 0x7) argument
232 #define GEN7_CXT_RENDER_SIZE(ctx_reg) (((ctx_reg) >> 16) & 0x3f) argument
233 #define GEN7_CXT_EXTENDED_SIZE(ctx_reg) (((ctx_reg) >> 9) & 0x7f) argument
234 #define GEN7_CXT_GT1_SIZE(ctx_reg) (((ctx_reg) >> 6) & 0x7) argument
235 #define GEN7_CXT_VFSTATE_SIZE(ctx_reg) (((ctx_reg) >> 0) & 0x3f) argument
236 #define GEN7_CXT_TOTAL_SIZE(ctx_reg) (GEN7_CXT_EXTENDED_SIZE(ctx_reg) + \ argument
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv04.c1135 static u32 *ctx_reg(struct nv04_gr_chan *chan, u32 reg) in ctx_reg() function
/linux/kernel/bpf/
H A Dverifier.c17869 static const int ctx_reg = BPF_REG_6; in check_ld_abs() local