HomeSort by: relevance | last modified time | path
    Searched defs:nextpc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/mips/
mips_emul.c 75 vaddr_t nextpc; local in function:mips_emul_branch
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 1181 uint64_t nextpc = cpudata->vmcb->ctrl.exitinfo2; local in function:svm_exit_io
1213 exit->u.io.npc = nextpc;

Completed in 14 milliseconds