Home
last modified time | relevance | path

Searched refs:subfunc (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/oprofile/
Dop_model_cell.c196 rtas_ibm_cbe_perftools(int subfunc, int passthru, in rtas_ibm_cbe_perftools() argument
201 return rtas_call(pm_rtas_token, 5, 1, NULL, subfunc, in rtas_ibm_cbe_perftools()
1146 int subfunc, rtn_value; in cell_global_stop_spu_cycles() local
1162 subfunc = 3; /* in cell_global_stop_spu_cycles()
1169 subfunc, cbe_cpu_to_node(cpu), in cell_global_stop_spu_cycles()
1253 int subfunc; in cell_global_start_spu_cycles() local
1313 subfunc = 2; /* 2 - activate SPU tracing, 3 - deactivate */ in cell_global_start_spu_cycles()
1316 ret = rtas_call(spu_rtas_token, 3, 1, NULL, subfunc, in cell_global_start_spu_cycles()
/arch/powerpc/kvm/
Dbook3s_hv.c265 int subfunc; in do_h_register_vpa() local
272 subfunc = (flags >> H_VPA_FUNC_SHIFT) & H_VPA_FUNC_MASK; in do_h_register_vpa()
273 if (subfunc == H_VPA_REG_VPA || subfunc == H_VPA_REG_DTL || in do_h_register_vpa()
274 subfunc == H_VPA_REG_SLB) { in do_h_register_vpa()
283 if (subfunc == H_VPA_REG_VPA) in do_h_register_vpa()
301 switch (subfunc) { in do_h_register_vpa()