Searched refs:getRestartPC (Results 1 - 23 of 23) sorted by relevance

/seL4-l4v-10.1.1/seL4/src/arch/riscv/machine/
H A Dhardware.c23 getRestartPC(tcb_t *thread) function
/seL4-l4v-10.1.1/seL4/src/arch/arm/api/
H A Dfaults.c45 va = getRestartPC(sender);
49 setMR(receiver, receiveIPCBuffer, seL4_VMFault_IP, getRestartPC(sender));
/seL4-l4v-10.1.1/seL4/src/arch/arm/32/machine/
H A Dhardware.c17 getRestartPC(tcb_t *thread) function
/seL4-l4v-10.1.1/seL4/src/arch/arm/64/machine/
H A Dhardware.c19 getRestartPC(tcb_t *thread) function
/seL4-l4v-10.1.1/seL4/src/arch/riscv/api/
H A Dfaults.c47 setMR(receiver, receiveIPCBuffer, seL4_VMFault_IP, getRestartPC(sender));
/seL4-l4v-10.1.1/seL4/include/api/
H A Ddebug.h80 printf("Next instruction adress: %lx\n", getRestartPC(tptr));
125 printf("%15s\t%p\t%20lu\t%lu\n", state, (void *) getRestartPC(tcb), tcb->tcbPriority, core);
H A Dtypes.h133 (word_t)getRestartPC(NODE_STATE(ksCurThread))); \
/seL4-l4v-10.1.1/seL4/include/arch/riscv/arch/
H A Dmachine.h40 word_t PURE getRestartPC(tcb_t *thread);
/seL4-l4v-10.1.1/seL4/src/arch/x86/api/
H A Dfaults.c35 setMR(receiver, receiveIPCBuffer, seL4_VMFault_IP, getRestartPC(sender));
/seL4-l4v-10.1.1/seL4/src/kernel/
H A Dfaulthandler.c119 printf("at address %p\n", (void*)getRestartPC(tptr));
H A Dthread.c66 pc = getRestartPC(NODE_STATE(ksCurThread));
/seL4-l4v-10.1.1/seL4/src/arch/arm/
H A Dc_traps.c42 setNextPC(NODE_STATE(ksCurThread), getRestartPC(NODE_STATE(ksCurThread)));
/seL4-l4v-10.1.1/seL4/src/api/
H A Dfaults.c196 setMR(receiver, receiveIPCBuffer, seL4_CapFault_IP, getRestartPC(sender));
226 seL4_DebugException_FaultIP, getRestartPC(sender));
/seL4-l4v-10.1.1/seL4/src/arch/x86/machine/
H A Dhardware.c34 word_t PURE getRestartPC(tcb_t *thread) function
H A Dbreakpoint.c633 current_fault = seL4_Fault_DebugException_new(getRestartPC(NODE_STATE(ksCurThread)),
/seL4-l4v-10.1.1/seL4/include/arch/arm/arch/32/mode/
H A Dmachine.h76 word_t PURE getRestartPC(tcb_t *thread);
/seL4-l4v-10.1.1/seL4/include/arch/arm/arch/64/mode/
H A Dmachine.h50 word_t PURE getRestartPC(tcb_t *thread);
/seL4-l4v-10.1.1/seL4/include/arch/arm/armv/armv8-a/64/armv/
H A Dvcpu.h743 setNextPC(NODE_STATE(ksCurThread), getRestartPC(NODE_STATE(ksCurThread)));
/seL4-l4v-10.1.1/seL4/include/arch/x86/arch/
H A Dmachine.h101 word_t PURE getRestartPC(tcb_t *thread);
/seL4-l4v-10.1.1/seL4/src/arch/arm/object/
H A Dvcpu.c777 setNextPC(NODE_STATE(ksCurThread), getRestartPC(NODE_STATE(ksCurThread)));
/seL4-l4v-10.1.1/seL4/src/object/
H A Dtcb.c1493 pc = getRestartPC(dest);
1619 pc = getRestartPC(dest);
/seL4-l4v-10.1.1/seL4/src/arch/arm/32/kernel/
H A Dvspace.c1357 pc = getRestartPC(thread);
/seL4-l4v-10.1.1/seL4/src/arch/arm/64/kernel/
H A Dvspace.c994 pc = getRestartPC(thread);

Completed in 203 milliseconds