Home
last modified time | relevance | path

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

/arch/x86/mm/pat/
Dset_memory.c1026 int do_split; in should_split_large_page() local
1032 do_split = __should_split_large_page(kpte, address, cpa); in should_split_large_page()
1035 return do_split; in should_split_large_page()
1628 int do_split, err; in __change_page_attr() local
1684 do_split = should_split_large_page(kpte, address, cpa); in __change_page_attr()
1690 if (do_split <= 0) in __change_page_attr()
1691 return do_split; in __change_page_attr()