Lines Matching +full:addr +full:- +full:range
3 * SPDX-License-Identifier: Apache-2.0
30 ret = arch_curr_cpu()->nested != 0; in arch_is_in_isr()
43 /* Setup ultra-minimal serial driver for printk() */
65 * @brief Check if a memory address range falls within the stack
67 * Given a memory address range, ensure that it falls within the bounds
70 * @param addr Starting address
71 * @param size Size of the region, or 0 if we just want to see if addr is
74 * @return true if addr/size region is not within the thread stack
76 bool z_x86_check_stack_bounds(uintptr_t addr, size_t size, uint16_t cs);
96 * Find a free IRQ vector at the specified priority, or return -1 if none left.
99 * allocated vector, or -1 to start over.