Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gdb/linux/
H A Dpage_owner.py19 PAGE_EXT_OWNER_ALLOCATED = constants.LX_PAGE_EXT_OWNER_ALLOCATED variable
117 if mm.test_bit(PAGE_EXT_OWNER_ALLOCATED, page_ext['flags'].address):
122 if not (page_ext['flags'] & (1 << PAGE_EXT_OWNER_ALLOCATED)):
172 if not (page_ext['flags'] & (1 << PAGE_EXT_OWNER_ALLOCATED)):
H A Dconstants.py.in106 LX_GDBPARSED(PAGE_EXT_OWNER_ALLOCATED)
/openbmc/linux/mm/
H A Dpage_owner.c151 __clear_bit(PAGE_EXT_OWNER_ALLOCATED, &page_ext->flags); in __reset_page_owner()
180 __set_bit(PAGE_EXT_OWNER_ALLOCATED, &page_ext->flags); in __set_page_owner_handle()
270 __set_bit(PAGE_EXT_OWNER_ALLOCATED, &new_ext->flags); in __folio_copy_owner()
330 if (!test_bit(PAGE_EXT_OWNER_ALLOCATED, &page_ext->flags)) in pagetypeinfo_showmixedcount_print()
478 if (test_bit(PAGE_EXT_OWNER_ALLOCATED, &page_ext->flags)) in __dump_page_owner()
572 if (!test_bit(PAGE_EXT_OWNER_ALLOCATED, &page_ext->flags)) in read_page_owner()
/openbmc/linux/include/linux/
H A Dpage_ext.h38 PAGE_EXT_OWNER_ALLOCATED, enumerator