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

/linux-master/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c62 #define NUM_GPR 31 macro
63 uint64_t gpr_in[NUM_GPR];
64 uint64_t gpr_out[NUM_GPR];
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c25 #define NUM_GPR 16 macro
26 #define NUM_GPR_DW (NUM_GPR * 2) /* each GPR is 2 dwords */
3084 for (i = 1; i < NUM_GPR; i++) {
3302 NUM_GPR * i * sizeof(u32));
3312 for (i = 1; i <= NUM_GPR; i++) {
3318 if (READ_ONCE(result[0]) != NUM_GPR) {
3333 for (gpr = 1; gpr < NUM_GPR; gpr++) {
3334 if (result[NUM_GPR * i + gpr] != 1) {
3337 i, gpr, result[NUM_GPR * i + gpr]);
H A Dselftest_lrc.c27 #define NUM_GPR 16 macro
28 #define NUM_GPR_DW (NUM_GPR * 2) /* each GPR is 2 dwords */

Completed in 108 milliseconds