Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/ppc64/asm/
H A Dmmu.h42 unsigned long ap; in flush_tlb_page() local
46 ap = 0; in flush_tlb_page()
48 ap = 5; in flush_tlb_page()
50 ap = 1; in flush_tlb_page()
52 ap = 2; in flush_tlb_page()
57 rb |= ap << 5; in flush_tlb_page()
66 unsigned long ap; in flush_tlb_page_local() local
70 ap = 0; in flush_tlb_page_local()
72 ap = 5; in flush_tlb_page_local()
74 ap = 1; in flush_tlb_page_local()
[all …]
/kvm-unit-tests/lib/
H A Dprintf.c271 static int get_int(const char **fmt, va_list *ap) in get_int() argument
279 return va_arg(*ap, int); in get_int()
/kvm-unit-tests/x86/
H A Daccess.c741 va_list ap; in ac_test_check() local
759 va_start(ap, fmt); in ac_test_check()
760 vsnprintf(buf, sizeof(buf), fmt, ap); in ac_test_check()
761 va_end(ap); in ac_test_check()