Home
last modified time | relevance | path

Searched refs:NUM_GPR (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/testing/selftests/arm64/abi/
Dsyscall-abi.c51 #define NUM_GPR 31 macro
52 uint64_t gpr_in[NUM_GPR];
53 uint64_t gpr_out[NUM_GPR];
/linux-5.19.10/drivers/gpu/drm/i915/gt/
Dselftest_execlists.c25 #define NUM_GPR 16 macro
26 #define NUM_GPR_DW (NUM_GPR * 2) /* each GPR is 2 dwords */
3080 for (i = 1; i < NUM_GPR; i++) { in create_gpr_user()
3304 NUM_GPR * i * sizeof(u32)); in live_preempt_user()
3314 for (i = 1; i <= NUM_GPR; i++) { in live_preempt_user()
3320 if (READ_ONCE(result[0]) != NUM_GPR) { in live_preempt_user()
3335 for (gpr = 1; gpr < NUM_GPR; gpr++) { in live_preempt_user()
3336 if (result[NUM_GPR * i + gpr] != 1) { in live_preempt_user()
3339 i, gpr, result[NUM_GPR * i + gpr]); in live_preempt_user()
Dselftest_lrc.c27 #define NUM_GPR 16 macro
28 #define NUM_GPR_DW (NUM_GPR * 2) /* each GPR is 2 dwords */