• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/vm/

Lines Matching defs:access

1041 	vm_prot_t		access)
1053 if (access & ~VM_PROT_ALL)
1056 if (access != VM_PROT_NONE) {
1058 vm_map_round_page(start+size), access, TRUE);
1080 vm_prot_t access)
1092 if ((access & ~VM_PROT_ALL) || (start + size < start))
1097 } else if (access != VM_PROT_NONE) {
1099 vm_map_round_page(start+size), access, TRUE);
1557 * to privileged applications (those that can gain access
1704 * without needing access to the other whole map).
1742 unsigned int access;
1766 access = GET_MAP_MEM(permission);
1787 if((access != GET_MAP_MEM(parent_entry->protection)) &&
1791 if(access == MAP_MEM_IO) {
1792 SET_MAP_MEM(access, parent_entry->protection);
1794 } else if (access == MAP_MEM_COPYBACK) {
1795 SET_MAP_MEM(access, parent_entry->protection);
1797 } else if (access == MAP_MEM_WTHRU) {
1798 SET_MAP_MEM(access, parent_entry->protection);
1800 } else if (access == MAP_MEM_WCOMB) {
1801 SET_MAP_MEM(access, parent_entry->protection);
1805 (access != MAP_MEM_NOOP) &&
1872 if (access == MAP_MEM_IO) {
1874 } else if (access == MAP_MEM_COPYBACK) {
1876 } else if (access == MAP_MEM_WTHRU) {
1878 } else if (access == MAP_MEM_WCOMB) {
1881 if (access != MAP_MEM_NOOP) {
1903 SET_MAP_MEM(access, user_entry->protection);
2189 if(access == MAP_MEM_IO) {
2191 } else if (access == MAP_MEM_COPYBACK) {
2193 } else if (access == MAP_MEM_WTHRU) {
2195 } else if (access == MAP_MEM_WCOMB) {
2333 if(access != MAP_MEM_NOOP) {
2334 SET_MAP_MEM(access, user_entry->protection);
2510 unsigned int access;
2526 access = GET_MAP_MEM(permission);
2527 SET_MAP_MEM(access, user_entry->protection);