Home
last modified time | relevance | path

Searched defs:next (Results 1 – 7 of 7) sorted by relevance

/kvm-unit-tests/lib/riscv/
H A Dtimer.c38 uint64_t next = timer_get_cycles() + usec_to_cycles((uint64_t)duration_us); in timer_start() local
H A Dmmu.c45 pte_t *next = &ptep[pte_index(vaddr, level)]; in get_pte() local
188 pte_t *next = &ptep[pte_index(vaddr, level)]; in virt_to_pte_phys() local
/kvm-unit-tests/lib/
H A Dlist.h12 struct linked_list *next; member
H A Dvirtio.h95 u16 next; member
/kvm-unit-tests/s390x/snippets/asm/
H A Dpv-diag-500.S34 next: label
/kvm-unit-tests/riscv/
H A Dsbi-sse.c906 struct priority_test_arg *next = targ->next_event_arg; in sse_hi_priority_test_handler() local
921 struct priority_test_arg *next = READ_ONCE(targ->next_event_arg); in sse_low_priority_test_handler() local
/kvm-unit-tests/x86/
H A Dvmexit.c18 bool (*next)(struct test *); member