Home
last modified time | relevance | path

Searched refs:exactAddress (Results 1 – 11 of 11) sorted by relevance

/haiku/src/tests/system/boot/loader/
H A Dplatform_mmu.cpp15 bool exactAddress) in platform_allocate_region() argument
18 *_address, size, protection, exactAddress); in platform_allocate_region()
/haiku/src/system/boot/platform/openfirmware/
H A Dmmu.cpp16 bool exactAddress) in platform_allocate_region() argument
22 exactAddress); in platform_allocate_region()
/haiku/headers/private/kernel/boot/platform/openfirmware/
H A Dplatform_arch.h21 bool exactAddress);
/haiku/headers/private/kernel/boot/platform/u-boot/
H A Dplatform_arch.h21 bool exactAddress);
/haiku/headers/private/kernel/boot/platform/routerboard_mipsel/
H A Dplatform_arch.h22 bool exactAddress);
/haiku/headers/private/kernel/boot/
H A Dplatform.h29 uint8 protection, bool exactAddress);
/haiku/src/system/boot/platform/efi/
H A Dmmu.cpp95 bool exactAddress) in platform_allocate_region() argument
103 if (exactAddress) { in platform_allocate_region()
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dmmu.cpp368 bool exactAddress) in arch_mmu_allocate() argument
393 if (exactAddress && _virtualAddress && virtualAddress != _virtualAddress) { in arch_mmu_allocate()
/haiku/src/system/boot/platform/riscv/
H A Dmmu.cpp301 bool exactAddress) in platform_allocate_region() argument
305 if (exactAddress) in platform_allocate_region()
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp486 bool exactAddress) in arch_mmu_allocate() argument
509 if (exactAddress && _virtualAddress && virtualAddress != _virtualAddress) { in arch_mmu_allocate()
/haiku/src/system/kernel/
H A Dteam.cpp1400 create_team_user_data(Team* team, void* exactAddress = NULL) in create_team_user_data() argument
1405 if (exactAddress != NULL) { in create_team_user_data()
1406 address = exactAddress; in create_team_user_data()
1417 if (result == B_OK || exactAddress != NULL) { in create_team_user_data()
1418 if (exactAddress != NULL) in create_team_user_data()
1419 virtualRestrictions.address = exactAddress; in create_team_user_data()