Searched refs:HPA_MSB (Results 1 – 1 of 1) sorted by relevance
352 #define HPA_MSB ((sizeof(hpa_t) * 8) - 1) macro353 #define HPA_ERR_MASK ((hpa_t)1 << HPA_MSB)354 static inline int is_error_hpa(hpa_t hpa) { return hpa >> HPA_MSB; } in is_error_hpa()