Home
last modified time | relevance | path

Searched defs:mem (Results 1 – 20 of 20) sorted by relevance

/kvm-unit-tests/x86/
H A Demulator64.c15 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 Demulator.c121 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 Dcmpxchg8b.c7 static void test_cmpxchg8b(u32 *mem) in test_cmpxchg8b()
H A Dlam.c36 static void do_mov(void *mem) in do_mov()
H A Dvmexit.c279 volatile void *mem; member
/kvm-unit-tests/lib/
H A Dalloc_page.h92 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 Dvmalloc.c79 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 Dkbuild.h5 #define OFFSET(sym, str, mem) DEFINE(sym, offsetof(struct str, mem)) argument
H A Dalloc_page.c266 static void _free_pages(void *mem) in _free_pages()
320 void free_pages(void *mem) in free_pages()
H A Dpci-testdev.c169 void __iomem *mem, *io; in pci_testdev() local
/kvm-unit-tests/arm/
H A Dmte.c185 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 Dmemory-verify.c34 void *mem = memalign(PAGE_SIZE, SIZE); in main() local
H A Dedat.c24 static void *root, *mem, *m; variable
H A Dstfle-sie.c36 unsigned char *mem; member
/kvm-unit-tests/powerpc/
H A Dmemory-verify.c34 void *mem = memalign(PAGE_SIZE, SIZE); in main() local
/kvm-unit-tests/common/
H A Dmemory-verify.c34 void *mem = memalign(PAGE_SIZE, SIZE); in main() local
/kvm-unit-tests/lib/powerpc/
H A Dsetup.c148 struct mem_region primary, mem = { in mem_init() local
/kvm-unit-tests/lib/arm/
H A Dsetup.c162 struct mem_region *freemem, *r, mem = { in mem_init() local
/kvm-unit-tests/lib/x86/
H A Dvm.c221 phys_addr_t virt_to_pte_phys(pgd_t *cr3, void *mem) in virt_to_pte_phys()
H A Dsetup.c85 struct mbi_mem *mem = (void *)mmap; in find_highmem() local