Home
last modified time | relevance | path

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

/freebsd-src/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-src/usr.sbin/bhyve/amd64/
H A De820.c336 e820_alloc_highest(const uint64_t max_address,const uint64_t length,const uint64_t alignment,const enum e820_memory_type type) e820_alloc_highest() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp101 uptr max_address = GetMaxUserVirtualAddress(); in GetHighMemEnd() local
/freebsd-src/sys/dev/pci/
H A Dpci_pci.c433 pcib_alloc_window(struct pcib_softc * sc,struct pcib_window * w,int type,int flags,pci_addr_t max_address) pcib_alloc_window() argument
/freebsd-src/sys/dev/ata/
H A Data-all.h355 u_int64_t max_address; /* highest DMA'able address */ member