Searched refs:hilo (Results 1 – 4 of 4) sorted by relevance
/arch/alpha/oprofile/ |
D | op_model_ev4.c | 24 unsigned long ctl = 0, count, hilo; in ev4_reg_setup() local 50 count = 4096, hilo = 1; in ev4_reg_setup() 52 count = 65536, hilo = 0; in ev4_reg_setup() 54 ctl |= (ctr[0].enabled && hilo) << 3; in ev4_reg_setup() 58 count = 256, hilo = 1; in ev4_reg_setup() 60 count = 4096, hilo = 0; in ev4_reg_setup() 62 ctl |= (ctr[1].enabled && hilo); in ev4_reg_setup()
|
D | op_model_ev5.c | 91 unsigned long max, hilo, count = ctr[i].count; in common_reg_setup() local 96 count = 256, hilo = 3, max = 256; in common_reg_setup() 99 hilo = 2; in common_reg_setup() 105 ctl |= hilo << (8 - i*2); in common_reg_setup()
|
/arch/mips/include/asm/ |
D | mips-r2-to-r6-emul.h | 15 u64 hilo; member
|
/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 341 MIPS_R2_STATS(hilo); in mfhi_func() 357 MIPS_R2_STATS(hilo); in mthi_func() 374 MIPS_R2_STATS(hilo); in mflo_func() 390 MIPS_R2_STATS(hilo); in mtlo_func() 2246 (unsigned long)__this_cpu_read(mipsr2emustats.hilo), in mipsr2_emul_show() 2247 (unsigned long)__this_cpu_read(mipsr2bdemustats.hilo)); in mipsr2_emul_show() 2310 __this_cpu_write((mipsr2emustats).hilo, 0); in mipsr2_clear_show() 2311 __this_cpu_write((mipsr2bdemustats).hilo, 0); in mipsr2_clear_show()
|