Home
last modified time | relevance | path

Searched refs:start_thread (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/proc-armv/
H A Dprocessor.h48 #define start_thread(regs,pc,sp) \ macro
/openbmc/qemu/hw/intc/
H A Dpnv_xive2.c656 int start_thread = next_start_thread; in pnv_xive2_match_nvt() local
664 PowerPCCPU *cpu = pc->threads[(j + start_thread) % cc->nr_threads]; in pnv_xive2_match_nvt()
711 next_start_thread = j + start_thread + 1; in pnv_xive2_match_nvt()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1218 void start_thread(struct pt_regs *regs, unsigned long nip, unsigned long sp);