Searched refs:PG_OFFLINE_FAILED (Results 1 – 3 of 3) sorted by relevance
165 if (status & (PG_OFFLINE_XENPAGE | PG_OFFLINE_FAILED)) in hp_mem_offline_func()167 else if (status & (PG_OFFLINE_FAILED | PG_OFFLINE_NOT_CONV_RAM)) in hp_mem_offline_func()183 case PG_OFFLINE_FAILED: in hp_mem_offline_func()
383 #define PG_OFFLINE_FAILED (0x1UL << 3) macro386 #define PG_ONLINE_FAILED PG_OFFLINE_FAILED
1540 *status = PG_OFFLINE_XENPAGE | PG_OFFLINE_FAILED | in offline_page()1551 *status = PG_OFFLINE_FAILED | PG_OFFLINE_NOT_CONV_RAM; in offline_page()1616 *status = PG_OFFLINE_ANONYMOUS | PG_OFFLINE_FAILED | in offline_page()
Completed in 12 milliseconds