/src/sys/arch/arm/arm32/ |
sys_machdep.c | 62 static int arm32_sync_icache(struct lwp *, const void *, register_t *); 68 arm32_sync_icache(struct lwp *l, const void *args, register_t *retval) function in typeref:typename:int 146 error = arm32_sync_icache(l, SCARG(uap, parms), retval);
|
sys_machdep.c | 62 static int arm32_sync_icache(struct lwp *, const void *, register_t *); 68 arm32_sync_icache(struct lwp *l, const void *args, register_t *retval) function in typeref:typename:int 146 error = arm32_sync_icache(l, SCARG(uap, parms), retval);
|
/src/sys/arch/aarch64/aarch64/ |
netbsd32_machdep.c | 555 arm32_sync_icache(struct lwp *l, const void *args, register_t *retval) function in typeref:typename:int 601 error = arm32_sync_icache(l,
|
netbsd32_machdep.c | 555 arm32_sync_icache(struct lwp *l, const void *args, register_t *retval) function in typeref:typename:int 601 error = arm32_sync_icache(l,
|