Searched refs:cppr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dplpar_wrappers.h278 static inline long plpar_cppr(unsigned long cppr) argument
280 return plpar_hcall_norets(H_CPPR, cppr);
288 static inline long plpar_xirr(unsigned long *xirr_ret, unsigned char cppr) argument
293 rc = plpar_hcall(H_XIRR, retbuf, cppr);
H A Dxics.c123 static inline unsigned int lpar_xirr_info_get(unsigned char cppr) argument
128 lpar_rc = plpar_xirr(&return_value, cppr);
150 panic("bad return code cppr - rc = %lx\n", lpar_rc);
293 * The top byte is the old cppr, to be restored on EOI.
776 static void xics_set_cpu_priority(unsigned char cppr) argument
782 * just one cppr value on the stack
786 os_cppr->stack[0] = cppr;
789 lpar_cppr_info(cppr);
791 direct_cppr_info(cppr);
825 * we have to reset the cppr inde
[all...]

Completed in 64 milliseconds