Searched refs:PP_SIGNATURE (Results 1 – 4 of 4) sorted by relevance
73 #define PP_SIGNATURE (0x40 + POISON_POINTER_DELTA) macro
637 netmem_or_pp_magic(netmem, PP_SIGNATURE); in page_pool_set_pp_info()
898 return (netmem_get_pp_magic(netmem) & ~0x3UL) == PP_SIGNATURE; in is_pp_netmem()
902 ((page->pp_magic & ~0x3UL) == PP_SIGNATURE) | in page_expected_state()931 if (unlikely((page->pp_magic & ~0x3UL) == PP_SIGNATURE)) in page_bad_reason()