Searched refs:SET_MAP_MEM (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp161 SET_MAP_MEM(MAP_MEM_IO, memEntryCacheMode);
165 SET_MAP_MEM(MAP_MEM_WTHRU, memEntryCacheMode);
169 SET_MAP_MEM(MAP_MEM_WCOMB, memEntryCacheMode);
173 SET_MAP_MEM(MAP_MEM_COPYBACK, memEntryCacheMode);
178 SET_MAP_MEM(MAP_MEM_NOOP, memEntryCacheMode);
H A DIOMemoryDescriptor.cpp2366 SET_MAP_MEM(MAP_MEM_IO, memEntryCacheMode);
2370 SET_MAP_MEM(MAP_MEM_WTHRU, memEntryCacheMode);
2374 SET_MAP_MEM(MAP_MEM_WCOMB, memEntryCacheMode);
2378 SET_MAP_MEM(MAP_MEM_COPYBACK, memEntryCacheMode);
2383 SET_MAP_MEM(MAP_MEM_NOOP, memEntryCacheMode);
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmemory_object_types.h364 #define SET_MAP_MEM(caching, flags) \ macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_user.c1792 SET_MAP_MEM(access, parent_entry->protection);
1795 SET_MAP_MEM(access, parent_entry->protection);
1798 SET_MAP_MEM(access, parent_entry->protection);
1801 SET_MAP_MEM(access, parent_entry->protection);
1903 SET_MAP_MEM(access, user_entry->protection);
2334 SET_MAP_MEM(access, user_entry->protection);
2527 SET_MAP_MEM(access, user_entry->protection);

Completed in 39 milliseconds