Home
last modified time | relevance | path

Searched defs:current_map (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/sys/
H A Dpthread_shims.h243 vm_map_t (*current_map)(void); member
/xnu-11215/osfmk/vm/
H A Dvm_map_xnu.h60 #define current_map() (current_map_fast()) macro
H A Dvm_map.c21088 current_map(void) in current_map() function