OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trigger_pc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/alpha/alpha/
fp_complete.c
631
alpha_fp_complete_at(unsigned long
trigger_pc
, struct lwp *l, uint64_t *ucode)
638
if (__predict_false(ufetch_32((void *)
trigger_pc
, &inst.bits))) {
667
alpha_fp_interpret(
trigger_pc
, l, inst.bits);
690
/* "
trigger_pc
" is Compaq's term for the earliest faulting op */
691
alpha_instruction *
trigger_pc
, *usertrap_pc;
local in function:alpha_fp_complete
705
trigger_pc
= pc - 1; /* for ALPHA_AMASK_PAT case */
717
sig = alpha_fp_complete_at((u_long)
trigger_pc
, l,
735
trigger_pc
= 0;
759
trigger_pc
= pc;
762
trigger_pc
= pc
[
all
...]
fp_complete.c
631
alpha_fp_complete_at(unsigned long
trigger_pc
, struct lwp *l, uint64_t *ucode)
638
if (__predict_false(ufetch_32((void *)
trigger_pc
, &inst.bits))) {
667
alpha_fp_interpret(
trigger_pc
, l, inst.bits);
690
/* "
trigger_pc
" is Compaq's term for the earliest faulting op */
691
alpha_instruction *
trigger_pc
, *usertrap_pc;
local in function:alpha_fp_complete
705
trigger_pc
= pc - 1; /* for ALPHA_AMASK_PAT case */
717
sig = alpha_fp_complete_at((u_long)
trigger_pc
, l,
735
trigger_pc
= 0;
759
trigger_pc
= pc;
762
trigger_pc
= pc
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025