Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-pod.c38 #define superpage_aligned(_x) (((_x)&(SUPERPAGE_PAGES-1))==0)
166 for ( i = 0; i < SUPERPAGE_PAGES; i++ ) in p2m_pod_cache_get()
394 for ( i = 0 ; i < SUPERPAGE_PAGES ; i++ ) in p2m_pod_empty_cache()
400 p2m->pod.count -= SUPERPAGE_PAGES; in p2m_pod_empty_cache()
444 for ( i = 0; i < SUPERPAGE_PAGES; i++) in p2m_pod_offline_or_broken_hit()
735 for ( i = 0; i < SUPERPAGE_PAGES; i += n ) in p2m_pod_zero_check_superpage()
779 for ( i = 0; i < SUPERPAGE_PAGES; i++ ) in p2m_pod_zero_check_superpage()
807 for ( i = 0; i < SUPERPAGE_PAGES; i++ ) in p2m_pod_zero_check_superpage()
818 for ( i = 0; i < SUPERPAGE_PAGES; i++ ) in p2m_pod_zero_check_superpage()
855 p2m->pod.entry_count += SUPERPAGE_PAGES; in p2m_pod_zero_check_superpage()
[all …]
A Dp2m-pt.c1048 entry_count+=SUPERPAGE_PAGES; in p2m_pt_audit_p2m()
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/
A Dpage.h20 #define SUPERPAGE_PAGES (1<<SUPERPAGE_ORDER) macro

Completed in 8 milliseconds