Searched refs:pc (Results 76 - 100 of 131) sorted by relevance

123456

/seL4-camkes-master/projects/seL4_libs/libsel4utils/src/sel4_arch/aarch32/
H A Darch.c23 context->pc = (seL4_Word) entry_point;
/seL4-camkes-master/projects/seL4_libs/libsel4utils/src/sel4_arch/aarch64/
H A Darch.c24 context->pc = (seL4_Word) entry_point;
/seL4-camkes-master/projects/seL4_libs/libsel4utils/src/sel4_arch/arm_hyp/
H A Darch.c23 context->pc = (seL4_Word) entry_point;
/seL4-camkes-master/projects/musllibc/arch/sh/bits/
H A Duser.h22 unsigned long pc; member in struct:pt_regs
/seL4-camkes-master/projects/util_libs/libplatsupport/arch_include/arm/platsupport/
H A Ddma330.h29 * @param[in] pc The instruction pointer of the thread that caused the signal
34 typedef int (*dma330_signal_cb)(dma330_t* dma330, int signal, uintptr_t pc, uint32_t status, void* token);
/seL4-camkes-master/kernel/libsel4/sel4_arch_include/aarch64/sel4/sel4_arch/
H A Dtypes.h25 seL4_Word pc, sp, spsr, x0, x1, x2, x3, x4, x5, x6, x7, x8, x16, x17, x18, x29, x30; member in struct:seL4_UserContext_
/seL4-camkes-master/tools/riscv-pk/scripts/
H A Dconfig.guess389 echo i386-pc-auroraux"$UNAME_RELEASE"
405 echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
835 echo "$UNAME_MACHINE"-pc-bsdi"$UNAME_RELEASE"
854 echo "$UNAME_MACHINE"-pc-cygwin
857 echo "$UNAME_MACHINE"-pc-mingw64
860 echo "$UNAME_MACHINE"-pc-mingw32
863 echo "$UNAME_MACHINE"-pc-msys
866 echo "$UNAME_MACHINE"-pc-pw32
871 echo i586-pc-interix"$UNAME_RELEASE"
881 echo "$UNAME_MACHINE"-pc
[all...]
/seL4-camkes-master/projects/musllibc/src/thread/arm/
H A Datomics.s18 mov lr,pc
19 mov pc,ip
/seL4-camkes-master/projects/musllibc/src/thread/arm_sel4/
H A Datomics.s18 mov lr,pc
19 mov pc,ip
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vm/src/sel4_arch/arm_hyp/
H A Dfault.c48 return &c->pc;
71 PREG(regs, pc);
/seL4-camkes-master/projects/util_libs/libplatsupport/src/arch/arm/
H A Ddma330.c79 #define DMAI_GO(ch, pc) /* DMAGO */ ((PTR64(pc) << 16) | ((ch) << 8) | 0xa0)
80 #define DMAI_NS_GO(ch, pc) /* DMAGO */ (DMAI_GO(ch, pc) | BIT(1))
390 uint32_t ft, src, dst, pc; local
393 pc = regs->ctrl.dpc;
397 pc = regs->chstat[channel].cpc;
402 pc = 0xdeadbeef;
405 printf("DMAC fault @ 0x%08x: ", pc);
598 uintptr_t pc local
[all...]
/seL4-camkes-master/projects/seL4_libs/libsel4debug/sel4_arch_include/aarch32/sel4debug/sel4_arch/
H A Dregisters.h20 "pc",
41 compile_time_assert(pc_correct_position, offsetof(seL4_UserContext, pc) == 0);
/seL4-camkes-master/projects/seL4_libs/libsel4debug/sel4_arch_include/arm_hyp/sel4debug/sel4_arch/
H A Dregisters.h20 "pc",
41 compile_time_assert(pc_correct_position, offsetof(seL4_UserContext, pc) == 0);
/seL4-camkes-master/projects/musllibc/arch/aarch64/bits/
H A Dsignal.h21 unsigned long sp, pc, pstate; member in struct:sigcontext
/seL4-camkes-master/projects/musllibc/arch/aarch64_sel4/bits/
H A Dsignal.h21 unsigned long sp, pc, pstate; member in struct:sigcontext
/seL4-camkes-master/projects/musllibc/arch/microblaze/bits/
H A Dsignal.h17 unsigned long pc, msr, ear, esr, fsr; member in struct:sigcontext::__anon190
/seL4-camkes-master/projects/musllibc/arch/or1k/bits/
H A Dsignal.h14 unsigned long pc; member in struct:sigcontext::__anon210
/seL4-camkes-master/projects/musllibc/arch/riscv/bits/
H A Dsignal.h9 unsigned long pc; member in struct:sigcontext::__anon221
/seL4-camkes-master/projects/musllibc/arch/riscv_sel4/bits/
H A Dsignal.h9 unsigned long pc; member in struct:sigcontext::__anon223
/seL4-camkes-master/tools/seL4/elfloader-tool/src/binaries/efi/gnuefi/
H A Dcrt0-efi-arm.S144 ldr pc, [sp], #4
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Dip6_frag.h129 struct pbuf_custom pc; member in struct:pbuf_custom_ref
/seL4-camkes-master/projects/lwip/src/include/lwip/priv/
H A Dsockets_priv.h118 const void *pc; member in union:lwip_setgetsockopt_data::__anon44
/seL4-camkes-master/kernel/libsel4/arch_include/riscv/sel4/arch/
H A Dtypes.h29 seL4_Word pc; member in struct:seL4_UserContext_
/seL4-camkes-master/tools/riscv-pk/pk/
H A Dpk.c56 static void init_tf(trapframe_t* tf, long pc, long sp) argument
61 tf->epc = pc;
/seL4-camkes-master/tools/seL4/elfloader-tool/src/arch-arm/armv/armv8-a/32/
H A Dmmu-hyp.S84 ldmfd sp!, {pc}

Completed in 216 milliseconds

123456