Searched refs:exception_type (Results 1 - 13 of 13) sorted by relevance

/barrelfish-master/include/barrelfish/
H A Dexcept.h23 enum exception_type { enum
52 typedef void (*exception_handler_fn)(enum exception_type type, int subtype,
/barrelfish-master/lib/pager/
H A Dpager.c63 static void exn_handler(enum exception_type type, int subtype,
/barrelfish-master/lib/barrelfish/include/
H A Dthreads_priv.h126 enum exception_type type, int subtype,
/barrelfish-master/usr/tests/nkm/
H A Dmodify_flags.c30 static void handler(enum exception_type type, int subtype, void *addr,
H A Dvnode_inherit.c31 static void exhandler(enum exception_type type, int subtype, void *vaddr,
/barrelfish-master/usr/tests/pagetable/
H A Dprotect.c109 bf_handler(enum exception_type type, int subtype,
/barrelfish-master/usr/bench/cow/
H A Dvspace_cow.c16 static void handler(enum exception_type type, int subtype, void *vaddr,
H A Dpmap_cow.c418 static void cow_handler(enum exception_type type, int subtype, void *vaddr,
/barrelfish-master/usr/examples/xmpl-cow/
H A Dmain.c29 static void handler(enum exception_type type, int subtype, void *vaddr,
/barrelfish-master/lib/barrelfish/
H A Ddispatch.c492 enum exception_type type;
H A Dthreads.c1420 enum exception_type type = hack_arg >> 16;
1466 enum exception_type type, int subtype,
/barrelfish-master/usr/bench/mem_appel/
H A Dvmpup.c361 bf_handler(enum exception_type type, int subtype,
/barrelfish-master/lib/demandpaging/
H A Ddemandpaging.c270 static void exn_handler(enum exception_type type, int subtype,

Completed in 87 milliseconds