Searched defs:hartid (Results 1 – 6 of 6) sorted by relevance
/kvm-unit-tests/lib/riscv/ |
H A D | isa.c | 15 unsigned long hartid; member 71 static void isa_parse_fdt(int cpu_node, u64 hartid, void *data) in isa_parse_fdt()
|
H A D | processor.c | 81 unsigned long hartid = csr_read(CSR_SSCRATCH); in thread_info_init() local
|
H A D | sbi.c | 116 struct sbiret sbi_hart_start(unsigned long hartid, unsigned long entry, unsigned long sp) in sbi_hart_start() 126 struct sbiret sbi_hart_get_status(unsigned long hartid) in sbi_hart_get_status()
|
/kvm-unit-tests/lib/riscv/asm/ |
H A D | processor.h | 14 unsigned long hartid; member
|
/kvm-unit-tests/riscv/ |
H A D | sbi.c | 559 unsigned long hartid = current_thread_info()->hartid; in hart_check_already_started() local 588 unsigned long hartid = current_thread_info()->hartid; in hart_suspend_and_wait_ipi() local 649 static bool hart_wait_on_status(unsigned long hartid, enum sbi_ext_hsm_sid status, unsigned long du… in hart_wait_on_status() 677 unsigned long hartid; in hart_wait_state_transition() local 717 unsigned long hartid; in check_hsm() local
|
H A D | sbi-sse.c | 410 static void sse_simple_handler(void *data, struct pt_regs *regs, unsigned int hartid) in sse_simple_handler() 664 static void sse_foreign_cpu_handler(void *data, struct pt_regs *regs, unsigned int hartid) in sse_foreign_cpu_handler() 903 unsigned int hartid) in sse_hi_priority_test_handler() 918 unsigned int hartid) in sse_low_priority_test_handler()
|