Searched refs:HYP_NO_ORDER (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dgfp.h10 #define HYP_NO_ORDER USHRT_MAX macro
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dpage_alloc.c109 * have p->order = HYP_NO_ORDER. Here @p may no longer be the head
110 * after coalescing, so make sure to mark it HYP_NO_ORDER proactively.
112 p->order = HYP_NO_ORDER;
120 buddy->order = HYP_NO_ORDER;
139 * The buddy of order n - 1 currently has HYP_NO_ORDER as it

Completed in 172 milliseconds