Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/i915/
HDi915_reg.h1536 #define GEN7_CXT_POWER_SIZE(ctx_reg) ((ctx_reg >> 25) & 0x7f) argument
1537 #define GEN7_CXT_RING_SIZE(ctx_reg) ((ctx_reg >> 22) & 0x7) argument
1538 #define GEN7_CXT_RENDER_SIZE(ctx_reg) ((ctx_reg >> 16) & 0x3f) argument
1539 #define GEN7_CXT_EXTENDED_SIZE(ctx_reg) ((ctx_reg >> 9) & 0x7f) argument
1540 #define GEN7_CXT_GT1_SIZE(ctx_reg) ((ctx_reg >> 6) & 0x7) argument
1541 #define GEN7_CXT_VFSTATE_SIZE(ctx_reg) ((ctx_reg >> 0) & 0x3f) argument
1542 #define GEN7_CXT_TOTAL_SIZE(ctx_reg) (GEN7_CXT_POWER_SIZE(ctx_reg) + \ argument
1548 #define HSW_CXT_POWER_SIZE(ctx_reg) ((ctx_reg >> 26) & 0x3f) argument
1549 #define HSW_CXT_RING_SIZE(ctx_reg) ((ctx_reg >> 23) & 0x7) argument
1550 #define HSW_CXT_RENDER_SIZE(ctx_reg) ((ctx_reg >> 15) & 0xff) argument
[all …]
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.c17490 rtx ctx_reg = force_reg (Pmode, cxt); in rs6000_initialize_trampoline() local