Searched refs:InRange (Results 1 – 6 of 6) sorted by relevance
| /kernel/lib/fbl/include/fbl/ |
| A D | arena.h | 37 return data_.InRange(addr); in in_range() 88 bool InRange(uintptr_t addr) const { in InRange() function 92 bool InRange(const void* addr) const { in InRange() function 93 return InRange(reinterpret_cast<uintptr_t>(addr)); in InRange()
|
| /kernel/lib/hypervisor/ |
| A D | guest_physical_address_space.cpp | 144 if (begin > end || !InRange(begin, mapping_len, size())) { in CreateGuestPtr() 156 if (!InRange(intra_mapping_offset, mapping_len, guest_mapping->size())) { in CreateGuestPtr()
|
| /kernel/include/kernel/ |
| A D | range_check.h | 17 static inline bool InRange(O offset, L len, O trim_to_len) { in InRange() function
|
| /kernel/vm/ |
| A D | vm_object_physical.cpp | 104 if (unlikely(!InRange(offset, len, size_))) { in Lookup()
|
| A D | vm_object_paged.cpp | 697 if (unlikely(!InRange(offset, len, size_))) { in PinLocked() 747 ASSERT(InRange(offset, len, size_)); in UnpinLocked() 977 if (unlikely(!InRange(offset, len, size_))) { in Lookup() 1093 if (unlikely(!InRange(start_offset, len, size_))) { in CacheOp()
|
| /kernel/lib/fbl/ |
| A D | arena.cpp | 263 DEBUG_ASSERT(data_.InRange(addr)); in Free()
|
Completed in 14 milliseconds