PP_MAGIC_MASK
return (page->pp_magic & PP_MAGIC_MASK) == PP_SIGNATURE;
return (netmem_get_pp_magic(netmem) & PP_MAGIC_MASK) == PP_SIGNATURE;