Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/lib/
DDB.t135 $ret[0] = check_context(1);
136 like( $ret[0], qr/\$ = &main::check_context/,
147 sub check_context {
/openbsd/src/sys/arch/amd64/include/
Dreg.h122 int check_context(const struct reg *, struct trapframe *);
/openbsd/src/sys/arch/amd64/amd64/
Dprocess_machdep.c136 if (check_context(regs, tf)) in process_write_regs()
Dmachdep.c2129 check_context(const struct reg *regs, struct trapframe *tf) in check_context() function