Searched refs:r_nc_count (Results 1 – 1 of 1) sorted by relevance
/linux/arch/mips/kernel/ |
H A D | pm-cps.c | 344 const unsigned r_nc_count = GPR_A1; in cps_gen_entry_code() local 398 uasm_i_ll(&p, GPR_T1, 0, r_nc_count); in cps_gen_entry_code() 400 uasm_i_sc(&p, GPR_T2, 0, r_nc_count); in cps_gen_entry_code() 404 /* Barrier ensuring all CPUs see the updated r_nc_count value */ in cps_gen_entry_code() 423 uasm_i_lw(&p, GPR_T0, 0, r_nc_count); in cps_gen_entry_code() 544 cps_gen_set_top_bit(&p, &l, &r, r_nc_count, in cps_gen_entry_code() 578 uasm_i_ll(&p, GPR_T1, 0, r_nc_count); in cps_gen_entry_code() 580 uasm_i_sc(&p, GPR_T2, 0, r_nc_count); in cps_gen_entry_code() 584 /* Barrier ensuring all CPUs see the updated r_nc_count value */ in cps_gen_entry_code() 594 cps_gen_set_top_bit(&p, &l, &r, r_nc_count, lbl_set_con in cps_gen_entry_code() [all...] |