Searched refs:mapping (Results 26 - 32 of 32) sorted by relevance

12

/haiku/headers/private/kernel/vm/
H A Dvm.h109 uint32 addressSpec, addr_t size, uint32 protection, uint32 mapping,
118 uint32 addressSpec, uint32 protection, uint32 mapping,
168 size_t size, uint32 protection, uint32 mapping,
/haiku/src/system/kernel/vm/
H A Dvm.cpp279 int protection, int protectionMax, int mapping, uint32 flags,
564 vm_page_mapping* mapping = (vm_page_mapping*)object_cache_alloc( local
568 if (mapping == NULL)
571 mapping->page = page;
572 mapping->area = area;
579 // insert mapping into lists
583 page->mappings.Add(mapping);
584 area->mappings.Add(mapping);
1053 int protectionMax, int mapping,
1088 if (mapping !
1051 map_backing_store(VMAddressSpace* addressSpace, VMCache* cache, off_t offset, const char* areaName, addr_t size, int wiring, int protection, int protectionMax, int mapping, uint32 flags, const virtual_address_restrictions* addressRestrictions, bool kernel, VMArea** _area, void** _virtualAddress) argument
2143 _vm_map_file(team_id team, const char* name, void** _address, uint32 addressSpec, size_t size, uint32 protection, uint32 mapping, bool unmapAddressRange, int fd, off_t offset, bool kernel) argument
2300 vm_map_file(team_id aid, const char* name, void** address, uint32 addressSpec, addr_t size, uint32 protection, uint32 mapping, bool unmapAddressRange, int fd, off_t offset) argument
2348 vm_clone_area(team_id team, const char* name, void** address, uint32 addressSpec, uint32 protection, uint32 mapping, area_id sourceID, bool kernel) argument
3076 vm_page_mapping* mapping; local
3106 vm_page_mapping* mapping; local
3142 vm_page_mapping* mapping; local
3653 vm_page_mapping* mapping = iterator.Next(); local
6714 _user_map_file(const char* userName, void** userAddress, uint32 addressSpec, size_t size, uint32 protection, uint32 mapping, bool unmapAddressRange, int fd, off_t offset) argument
[all...]
H A Dvm_page.cpp790 vm_page_mapping* mapping; local
791 while ((mapping = iterator.Next()) != NULL) {
798 kprintf("%" B_PRId32 " (%s)", mapping->area->id, mapping->area->name);
799 mapping = mapping->page_link.next;
982 vm_page_mapping *mapping; local
983 while ((mapping = iterator.Next()) != NULL) {
984 kprintf(" %p (%" B_PRId32 ")\n", mapping->area, mapping
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c80 scx->mapping[MAPUSERS] = NULL;
81 scx->mapping[MAPGROUPS] = NULL;
87 return (scx->mapping[MAPUSERS] != (struct MAPPING*)NULL);
127 withusermapping = scx && (scx->mapping[MAPUSERS] != (struct MAPPING*)NULL);
671 if (!security.mapping[MAPUSERS])
739 if (security.mapping[MAPUSERS]) {
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.h39 * item in the mapping list
143 struct MAPPING *mapping[MAPCOUNT]; member in struct:SECURITY_CONTEXT
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp459 d. [DevCPT] Configure DPLL SEL to set the DPLL to transcoder mapping and enable DPLL to the
/haiku/headers/private/system/
H A Dsyscalls.h453 uint32 mapping, bool unmapAddressRange, int fd,

Completed in 89 milliseconds

12