Searched refs:useracc (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/arm/arm/ |
| H A D | sys_machdep.c | 83 if (!useracc((void *)addr, size, VM_PROT_READ)) { in sync_icache()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_extern.h | 87 int useracc(void *, int, int);
|
| H A D | vm_glue.c | 152 useracc(void *addr, int len, int rw) in useracc() function
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 807 useracc(void *addr, int len, int rw) in useracc() function
|
| /f-stack/freebsd/mips/mips/ |
| H A D | trap.c | 1557 if (!useracc((void *)rounddown2((vm_offset_t)addr, size), size * 2, mode)) in mips_unaligned_load_store()
|