Searched refs:NUM_GPR (Results 1 – 2 of 2) sorted by relevance
24 #define NUM_GPR 16 macro25 #define NUM_GPR_DW (NUM_GPR * 2) /* each GPR is 2 dwords */3079 for (i = 1; i < NUM_GPR; i++) { in create_gpr_user()3303 NUM_GPR * i * sizeof(u32)); in live_preempt_user()3313 for (i = 1; i <= NUM_GPR; i++) { in live_preempt_user()3319 if (READ_ONCE(result[0]) != NUM_GPR) { in live_preempt_user()3334 for (gpr = 1; gpr < NUM_GPR; gpr++) { in live_preempt_user()3335 if (result[NUM_GPR * i + gpr] != 1) { in live_preempt_user()3338 i, gpr, result[NUM_GPR * i + gpr]); in live_preempt_user()
25 #define NUM_GPR 16 macro26 #define NUM_GPR_DW (NUM_GPR * 2) /* each GPR is 2 dwords */