/kvm-unit-tests/x86/ |
H A D | emulator64.c | 15 static void test_push(void *mem) in test_push() 43 static void test_pop(void *mem) in test_pop() 121 static void test_ljmp(void *mem) in test_ljmp() 134 static void test_xchg(void *mem) in test_xchg() 184 static void test_xadd(void *mem) in test_xadd() 234 static void test_muldiv(long *mem) in test_muldiv() 264 static void test_mmx(uint64_t *mem) in test_mmx() 278 static void test_rip_relative(unsigned *mem, char *insn_ram) in test_rip_relative() 293 static void test_cmov(u32 *mem) in test_cmov() 306 static void test_mmx_movq_mf(uint64_t *mem) in test_mmx_movq_mf() [all …]
|
H A D | emulator.c | 121 static void test_cmps(void *mem) in test_cmps() 134 static void test_scas(void *mem) in test_scas() 176 static void test_incdecnotneg(void *mem) in test_incdecnotneg() 220 char mem[16]; in test_smsw() local 247 char mem[16]; in test_lmsw() local 274 static void test_btc(void *mem) in test_btc() 295 static void test_bsfbsr(void *mem) in test_bsfbsr() 343 static void test_imul(uint64_t *mem) in test_imul() 398 static __attribute__((target("sse2"))) void test_sse(uint32_t *mem) in test_sse() 444 uint32_t *mem; in test_sse_exceptions() local [all …]
|
H A D | cmpxchg8b.c | 7 static void test_cmpxchg8b(u32 *mem) in test_cmpxchg8b()
|
H A D | lam.c | 36 static void do_mov(void *mem) in do_mov()
|
H A D | vmexit.c | 279 volatile void *mem; member
|
/kvm-unit-tests/lib/ |
H A D | alloc_page.h | 92 static inline void free_page(void *mem) in free_page() 101 static inline void free_pages_by_order(void *mem, unsigned int order) in free_pages_by_order()
|
H A D | vmalloc.c | 79 void *mem, *p; in vmap() local 128 void *mem; in vm_memalign() local 162 static void vm_free(void *mem) in vm_free()
|
H A D | kbuild.h | 5 #define OFFSET(sym, str, mem) DEFINE(sym, offsetof(struct str, mem)) argument
|
H A D | alloc_page.c | 266 static void _free_pages(void *mem) in _free_pages() 320 void free_pages(void *mem) in free_pages()
|
H A D | pci-testdev.c | 169 void __iomem *mem, *io; in pci_testdev() local
|
/kvm-unit-tests/arm/ |
H A D | mte.c | 185 unsigned int *mem = tagged(alloc_page(), 1); in mte_sync_test() local 212 unsigned int *mem = tagged(alloc_page(), 2); in mte_asymm_test() local 236 unsigned int *mem = tagged(alloc_page(), 3); in mte_async_test() local
|
/kvm-unit-tests/s390x/ |
H A D | memory-verify.c | 34 void *mem = memalign(PAGE_SIZE, SIZE); in main() local
|
H A D | edat.c | 24 static void *root, *mem, *m; variable
|
H A D | stfle-sie.c | 36 unsigned char *mem; member
|
/kvm-unit-tests/powerpc/ |
H A D | memory-verify.c | 34 void *mem = memalign(PAGE_SIZE, SIZE); in main() local
|
/kvm-unit-tests/common/ |
H A D | memory-verify.c | 34 void *mem = memalign(PAGE_SIZE, SIZE); in main() local
|
/kvm-unit-tests/lib/powerpc/ |
H A D | setup.c | 148 struct mem_region primary, mem = { in mem_init() local
|
/kvm-unit-tests/lib/arm/ |
H A D | setup.c | 162 struct mem_region *freemem, *r, mem = { in mem_init() local
|
/kvm-unit-tests/lib/x86/ |
H A D | vm.c | 221 phys_addr_t virt_to_pte_phys(pgd_t *cr3, void *mem) in virt_to_pte_phys()
|
H A D | setup.c | 85 struct mbi_mem *mem = (void *)mmap; in find_highmem() local
|