mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 12:11:56 +00:00
- There's no point in building up "validity" (declared volatile for some strange reason), just exit with false return value if any of the page directory or page table checks don't come out as expected - The function was returning the opposite value as its documentation (0 on success, -EPERM on failure). Documentation updated. - This function will only be used to verify buffers from user-space. There's no need for a flags parameter, the only option that needs to be passed in is whether the buffer has write permissions or not. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
nios2 | ||
riscv32 | ||
x86 | ||
xtensa | ||
cpu.h |