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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp376 SET_MAP_MEM(MAP_MEM_IO, memEntryCacheMode);
380 SET_MAP_MEM(MAP_MEM_WTHRU, memEntryCacheMode);
384 SET_MAP_MEM(MAP_MEM_WCOMB, memEntryCacheMode);
388 SET_MAP_MEM(MAP_MEM_COPYBACK, memEntryCacheMode);
392 SET_MAP_MEM(MAP_MEM_INNERWBACK, memEntryCacheMode);
397 SET_MAP_MEM(MAP_MEM_NOOP, memEntryCacheMode);
H A DIOMemoryDescriptor.cpp2912 SET_MAP_MEM(MAP_MEM_IO, memEntryCacheMode);
2916 SET_MAP_MEM(MAP_MEM_WTHRU, memEntryCacheMode);
2920 SET_MAP_MEM(MAP_MEM_WCOMB, memEntryCacheMode);
2924 SET_MAP_MEM(MAP_MEM_COPYBACK, memEntryCacheMode);
2928 SET_MAP_MEM(MAP_MEM_INNERWBACK, memEntryCacheMode);
2933 SET_MAP_MEM(MAP_MEM_NOOP, memEntryCacheMode);
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_user.c1894 SET_MAP_MEM(access, parent_entry->protection);
1897 SET_MAP_MEM(access, parent_entry->protection);
1900 SET_MAP_MEM(access, parent_entry->protection);
1903 SET_MAP_MEM(access, parent_entry->protection);
1906 SET_MAP_MEM(access, parent_entry->protection);
1995 SET_MAP_MEM(access, user_entry->protection);
2434 SET_MAP_MEM(GET_MAP_MEM(permission), user_entry->protection);
2483 SET_MAP_MEM(access, user_entry->protection);
2678 SET_MAP_MEM(access, user_entry->protection);
/darwin-on-arm/xnu/osfmk/mach/
H A Dmemory_object_types.h378 #define SET_MAP_MEM(caching, flags) \ macro

Completed in 41 milliseconds