Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dpthread_shims.h244 vm_map_t (*current_map)(void); member
/xnu-10002.41.9/osfmk/vm/
H A Dvm_map.h124 #define current_map() (current_map_fast()) macro
H A Dvm_map.c20483 current_map(void) in current_map() function