HomeSort by: relevance | last modified time | path
    Searched refs:prefetch_abort_handler (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/sys/arch/arm/ofw/
ofwgencfg_machdep.c 89 extern void prefetch_abort_handler(trapframe_t *frame);
193 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/arm/include/arm32/
machdep.h 65 void prefetch_abort_handler(trapframe_t *);
  /src/sys/arch/shark/shark/
shark_machdep.c 110 extern void prefetch_abort_handler(trapframe_t *frame);
283 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/hpcarm/hpcarm/
sa11x0_hpc_machdep.c 129 void prefetch_abort_handler(trapframe_t *);
497 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
pxa2x0_hpc_machdep.c 129 void prefetch_abort_handler(trapframe_t *);
551 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/arm/arm32/
arm32_boot.c 234 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/acorn32/acorn32/
rpc_machdep.c 164 void prefetch_abort_handler(trapframe_t *);
887 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/acorn32/eb7500atx/
eb7500atx_machdep.c 170 void prefetch_abort_handler(trapframe_t *);
825 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/netwinder/netwinder/
netwinder_machdep.c 163 void prefetch_abort_handler(trapframe_t *);
727 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/epoc32/epoc32/
machdep.c 430 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/evbarm/imx31/
imx31lk_machdep.c 677 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/evbarm/ixm1200/
ixm1200_machdep.c 640 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/evbarm/hdl_g/
hdlg_machdep.c 566 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/evbarm/iq80321/
iq80321_machdep.c 712 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/evbarm/ixdp425/
ixdp425_machdep.c 692 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/evbarm/nslu2/
nslu2_machdep.c 753 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/evbarm/adi_brh/
brh_machdep.c 719 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/evbarm/iq80310/
iq80310_machdep.c 686 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/evbarm/smdk2xx0/
smdk2800_machdep.c 744 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/evbarm/tsarm/
tsarm_machdep.c 699 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/evbarm/viper/
viper_machdep.c 733 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/evbarm/g42xxeb/
g42xxeb_machdep.c 798 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/evbarm/npwr_fc/
npwr_fc_machdep.c 695 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/iyonix/iyonix/
iyonix_machdep.c 749 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;
  /src/sys/arch/arm/at91/
at91bus.c 494 prefetch_abort_handler_address = (u_int)prefetch_abort_handler;

Completed in 119 milliseconds

1 2