Home
last modified time | relevance | path

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

/arch/x86/mm/pat/
Dset_memory.c919 int do_split; in should_split_large_page() local
925 do_split = __should_split_large_page(kpte, address, cpa); in should_split_large_page()
928 return do_split; in should_split_large_page()
1520 int do_split, err; in __change_page_attr() local
1571 do_split = should_split_large_page(kpte, address, cpa); in __change_page_attr()
1577 if (do_split <= 0) in __change_page_attr()
1578 return do_split; in __change_page_attr()