Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dtrusty_app.c149 const void* upper_bound) { in address_range_within_bounds() argument
152 if (upper_bound < lower_bound) { in address_range_within_bounds()
153 LTRACEF("upper bound(%p) is below upper bound(%p)\n", upper_bound, in address_range_within_bounds()
170 if (range_end > upper_bound) { in address_range_within_bounds()
172 upper_bound); in address_range_within_bounds()