Searched refs:subfunc (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/oprofile/ |
D | op_model_cell.c | 195 rtas_ibm_cbe_perftools(int subfunc, int passthru, in rtas_ibm_cbe_perftools() argument 200 return rtas_call(pm_rtas_token, 5, 1, NULL, subfunc, in rtas_ibm_cbe_perftools() 1144 int subfunc, rtn_value; in cell_global_stop_spu_cycles() local 1160 subfunc = 3; /* in cell_global_stop_spu_cycles() 1167 subfunc, cbe_cpu_to_node(cpu), in cell_global_stop_spu_cycles() 1251 int subfunc; in cell_global_start_spu_cycles() local 1311 subfunc = 2; /* 2 - activate SPU tracing, 3 - deactivate */ in cell_global_start_spu_cycles() 1314 ret = rtas_call(spu_rtas_token, 3, 1, NULL, subfunc, in cell_global_start_spu_cycles()
|
/arch/powerpc/kvm/ |
D | book3s_hv.c | 378 int subfunc; in do_h_register_vpa() local 385 subfunc = (flags >> H_VPA_FUNC_SHIFT) & H_VPA_FUNC_MASK; in do_h_register_vpa() 386 if (subfunc == H_VPA_REG_VPA || subfunc == H_VPA_REG_DTL || in do_h_register_vpa() 387 subfunc == H_VPA_REG_SLB) { in do_h_register_vpa() 396 if (subfunc == H_VPA_REG_VPA) in do_h_register_vpa() 414 switch (subfunc) { in do_h_register_vpa()
|