OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextpc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mips/mips/
mips_emul.c
75
vaddr_t
nextpc
;
local
86
nextpc
= tf->tf_regs[inst.RType.rs];
88
nextpc
= instpc + 4;
101
nextpc
= BRANCHTARGET(instpc, inst);
103
nextpc
= instpc + 8;
111
nextpc
= BRANCHTARGET(instpc, inst);
113
nextpc
= instpc + 8;
124
nextpc
= (inst.JType.target << 2) |
131
nextpc
= BRANCHTARGET(instpc, inst);
133
nextpc
= instpc + 8
[
all
...]
/src/sys/dev/nvmm/x86/
nvmm_x86_svm.c
1182
uint64_t
nextpc
= cpudata->vmcb->ctrl.exitinfo2;
local
1214
exit->u.io.npc =
nextpc
;
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026