Searched refs:plpar_set_mode (Results 1 – 1 of 1) sorted by relevance
/arch/powerpc/include/asm/ |
D | plpar_wrappers.h | 260 static inline long plpar_set_mode(unsigned long mflags, unsigned long resource, in plpar_set_mode() function 276 return plpar_set_mode(3, H_SET_MODE_RESOURCE_ADDR_TRANS_MODE, 0, 0); in enable_reloc_on_exceptions() 287 return plpar_set_mode(0, H_SET_MODE_RESOURCE_ADDR_TRANS_MODE, 0, 0); in disable_reloc_on_exceptions() 300 return plpar_set_mode(0, H_SET_MODE_RESOURCE_LE, 0, 0); in enable_big_endian_exceptions() 313 return plpar_set_mode(1, H_SET_MODE_RESOURCE_LE, 0, 0); in enable_little_endian_exceptions() 318 return plpar_set_mode(0, H_SET_MODE_RESOURCE_SET_CIABR, ciabr, 0); in plapr_set_ciabr() 323 return plpar_set_mode(0, H_SET_MODE_RESOURCE_SET_DAWR, dawr0, dawrx0); in plapr_set_watchpoint0()
|