Home
last modified time | relevance | path

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

/openbsd/sys/arch/arm/include/
H A Dmachdep.h10 void prefetch_abort_handler (trapframe_t *);
/openbsd/sys/arch/arm/arm/
H A Darm32_machdep.c111 void prefetch_abort_handler (trapframe_t *frame);
H A Dfault.c519 prefetch_abort_handler(trapframe_t *tf) in prefetch_abort_handler() function
/openbsd/sys/arch/armv7/armv7/
H A Darmv7_machdep.c735 prefetch_abort_handler_address = (u_int)prefetch_abort_handler; in initarm()