Searched refs:high_limit (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/syscalls/
H A Dddk_pci.cpp231 const paddr_t high_limit = 0xfec00000ULL; local
232 if (end > high_limit) {
234 end = high_limit;

Completed in 29 milliseconds