Home
last modified time | relevance | path

Searched refs:H_IS_LONG_BUSY (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/platforms/pseries/
Dsetup.c359 if (!H_IS_LONG_BUSY(rc)) { in pseries_enable_reloc_on_exc()
390 if (!H_IS_LONG_BUSY(rc)) in pseries_disable_reloc_on_exc()
417 if (!H_IS_LONG_BUSY(rc)) in pseries_big_endian_exceptions()
443 if (!H_IS_LONG_BUSY(rc)) in pseries_little_endian_exceptions()
Dpapr_scm.c93 if (H_IS_LONG_BUSY(rc)) { in drc_pmem_unbind()
Dlpar.c1604 while (H_IS_LONG_BUSY(rc)) { in pseries_lpar_resize_hpt()
1676 if (!H_IS_LONG_BUSY(rc)) in pseries_lpar_register_process_table()
/arch/powerpc/include/asm/
Dhvcall.h114 #define H_IS_LONG_BUSY(x) ((x >= H_LONG_BUSY_START_RANGE) \ macro
/arch/powerpc/sysdev/xive/
Dspapr.c119 if (H_IS_LONG_BUSY(rc)) { in plpar_busy_delay_time()