Home
last modified time | relevance | path

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

/xnu-11215.1.10/libsyscall/mach/mach/
H A Dmach_init.h80 extern kern_return_t host_page_size(host_t, vm_size_t *);
/xnu-11215.1.10/tests/vm/
H A Dvm_parameter_validation_replacement_mach_host.defs13 skip; // host_page_size
/xnu-11215.1.10/libsyscall/mach/
H A Dmach_init.c89 host_page_size(__unused host_t host, vm_size_t *out_page_size) in host_page_size() function
H A Dmach_host.defs30 import <mach/mach_init.h>; /* for host_page_size() */
/xnu-11215.1.10/osfmk/mach/
H A Dmach_host.defs109 * host_page_size() is now a library routine based on constants)
112 routine host_page_size(
/xnu-11215.1.10/osfmk/kern/
H A Dhost.c1076 host_page_size(host_t host, vm_size_t * out_page_size) in host_page_size() function