Searched refs:PG_OFFLINE_FAILED (Results 1 – 3 of 3) sorted by relevance
164 if (status & (PG_OFFLINE_XENPAGE | PG_OFFLINE_FAILED)) in hp_mem_offline_func()166 else if (status & (PG_OFFLINE_FAILED | PG_OFFLINE_NOT_CONV_RAM)) in hp_mem_offline_func()182 case PG_OFFLINE_FAILED: in hp_mem_offline_func()
421 #define PG_OFFLINE_FAILED (0x1UL << 3) macro424 #define PG_ONLINE_FAILED PG_OFFLINE_FAILED
1591 *status = PG_OFFLINE_XENPAGE | PG_OFFLINE_FAILED | in offline_page()1602 *status = PG_OFFLINE_FAILED | PG_OFFLINE_NOT_CONV_RAM; in offline_page()1667 *status = PG_OFFLINE_ANONYMOUS | PG_OFFLINE_FAILED | in offline_page()
Completed in 12 milliseconds