Home
last modified time | relevance | path

Searched refs:PAGE_EXT_OWNER (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/scripts/gdb/linux/
H A Dpage_owner.py17 PAGE_EXT_OWNER = constants.LX_PAGE_EXT_OWNER variable
113 if not (page_ext['flags'] & (1 << PAGE_EXT_OWNER)):
169 if not (page_ext['flags'] & (1 << PAGE_EXT_OWNER)):
H A Dconstants.py.in105 LX_GDBPARSED(PAGE_EXT_OWNER)
/openbmc/linux/mm/
H A Dpage_owner.c179 __set_bit(PAGE_EXT_OWNER, &page_ext->flags); in __set_page_owner_handle()
269 __set_bit(PAGE_EXT_OWNER, &new_ext->flags); in __folio_copy_owner()
472 if (!test_bit(PAGE_EXT_OWNER, &page_ext->flags)) { in __dump_page_owner()
565 if (!test_bit(PAGE_EXT_OWNER, &page_ext->flags)) in read_page_owner()
673 if (test_bit(PAGE_EXT_OWNER, &page_ext->flags)) in init_pages_in_zone()
/openbmc/linux/include/linux/
H A Dpage_ext.h37 PAGE_EXT_OWNER, enumerator