Searched refs:NUM_GPR (Results 1 – 1 of 1) sorted by relevance
25 #define NUM_GPR 16 macro26 #define NUM_GPR_DW (NUM_GPR * 2) /* each GPR is 2 dwords */3039 for (i = 1; i < NUM_GPR; i++) { in create_gpr_user()3266 NUM_GPR * i * sizeof(u32)); in live_preempt_user()3274 for (i = 1; i <= NUM_GPR; i++) { in live_preempt_user()3280 if (READ_ONCE(result[0]) != NUM_GPR) { in live_preempt_user()3295 for (gpr = 1; gpr < NUM_GPR; gpr++) { in live_preempt_user()3296 if (result[NUM_GPR * i + gpr] != 1) { in live_preempt_user()3299 i, gpr, result[NUM_GPR * i + gpr]); in live_preempt_user()