Searched refs:plpar_set_mode (Results 1 – 1 of 1) sorted by relevance
/arch/powerpc/include/asm/ |
D | plpar_wrappers.h | 277 static inline long plpar_set_mode(unsigned long mflags, unsigned long resource, in plpar_set_mode() function 293 return plpar_set_mode(3, H_SET_MODE_RESOURCE_ADDR_TRANS_MODE, 0, 0); in enable_reloc_on_exceptions() 304 return plpar_set_mode(0, H_SET_MODE_RESOURCE_ADDR_TRANS_MODE, 0, 0); in disable_reloc_on_exceptions() 317 return plpar_set_mode(0, H_SET_MODE_RESOURCE_LE, 0, 0); in enable_big_endian_exceptions() 330 return plpar_set_mode(1, H_SET_MODE_RESOURCE_LE, 0, 0); in enable_little_endian_exceptions() 335 return plpar_set_mode(0, H_SET_MODE_RESOURCE_SET_CIABR, ciabr, 0); in plapr_set_ciabr() 340 return plpar_set_mode(0, H_SET_MODE_RESOURCE_SET_DAWR, dawr0, dawrx0); in plapr_set_watchpoint0()
|