Home
last modified time | relevance | path

Searched defs:max_address (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac_libcdep.cpp21 void RestrictMemoryToMaxAddress(uptr max_address) { in RestrictMemoryToMaxAddress()
H A Dsanitizer_common.h843 uptr max_address() const { return max_address_; } in max_address() function
H A Dsanitizer_mac.cpp1140 mach_vm_address_t max_address; member
/freebsd/usr.sbin/bhyve/amd64/
H A De820.c336 e820_alloc_highest(const uint64_t max_address, const uint64_t length, in e820_alloc_highest()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp101 uptr max_address = GetMaxUserVirtualAddress(); in GetHighMemEnd() local
/freebsd/sys/dev/ata/
H A Data-all.h355 u_int64_t max_address; /* highest DMA'able address */ member
/freebsd/sys/dev/pci/
H A Dpci_pci.c433 int flags, pci_addr_t max_address) in pcib_alloc_window()