Home
last modified time | relevance | path

Searched defs:ipi_state (Results 1 – 2 of 2) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dkvm_ipi.h19 struct ipi_state { struct
20 spinlock_t lock;
21 uint32_t status;
22 uint32_t en;
23 uint32_t set;
24 uint32_t clear;
25 uint64_t buf[4];
H A Dkvm_host.h249 struct ipi_state ipi_state; member