Home
last modified time | relevance | path

Searched refs:target_mmap (Results 1 – 15 of 15) sorted by relevance

/qemu/bsd-user/x86_64/
H A Dtarget_arch_cpu.h65 env->idt.base = target_mmap(0, sizeof(uint64_t) * (env->idt.limit + 1), in target_cpu_init()
91 env->gdt.base = target_mmap(0, sizeof(uint64_t) * TARGET_GDT_ENTRIES, in target_cpu_init()
/qemu/bsd-user/i386/
H A Dtarget_arch_cpu.h56 env->idt.base = target_mmap(0, sizeof(uint64_t) * (env->idt.limit + 1), in target_cpu_init()
82 env->gdt.base = target_mmap(0, sizeof(uint64_t) * TARGET_GDT_ENTRIES, in target_cpu_init()
/qemu/linux-user/
H A Duser-mmap.h50 abi_long target_mmap(abi_ulong start, abi_ulong len, int prot,
H A Dlinuxload.c233 return target_mmap(start, len, prot, flags, src->fd, offset); in imgsrc_mmap()
243 ret = target_mmap(start, len, prot_write, flags | MAP_ANON, -1, 0); in imgsrc_mmap()
H A Dflatload.c277 textpos = target_mmap(0, text_len, PROT_READ|PROT_EXEC, in load_flat_file()
284 realdatastart = target_mmap(0, data_len + extra + indx_len, in load_flat_file()
310 textpos = target_mmap(0, text_len + data_len + extra + indx_len, in load_flat_file()
H A Dtrace-events20 target_mmap(uint64_t start, uint64_t len, int pflags, int mflags, int fd, uint64_t offset) "start=0…
H A Delfload.c2347 error = target_mmap(0, size + guard, prot, in setup_arg_pages()
2417 target_mmap(align_bss, end_bss - align_bss, prot, in zero_bss()
3335 load_addr = target_mmap(load_addr, (size_t)hiaddr - loaddr + 1, PROT_NONE, in load_elf_image()
3845 target_mmap(0, TARGET_PAGE_SIZE, PROT_READ | PROT_EXEC, in load_elf_binary()
3863 abi_long tramp_page = target_mmap(0, TARGET_PAGE_SIZE, in load_elf_binary()
H A Dmain.c247 new_env->gdt.base = target_mmap(0, sizeof(uint64_t) * TARGET_GDT_ENTRIES, in cpu_copy()
H A Dmmap.c907 abi_long target_mmap(abi_ulong start, abi_ulong len, int target_prot, in target_mmap() function
H A Dsyscall.c843 mapped_addr = target_mmap(old_brk, new_brk - old_brk, in do_brk()
5933 return get_errno(target_mmap(addr, len, prot, host_flags, fd, offset)); in do_mmap()
6005 env->ldt.base = target_mmap(0, in write_ldt()
/qemu/bsd-user/
H A Delfload.c195 addr = target_mmap(stack_base , size + qemu_host_page_size, in setup_arg_pages()
221 if (target_mmap(start, end - start, PROT_READ | PROT_WRITE | PROT_EXEC, in set_brk()
330 rbase = target_mmap(0, INTERP_MAP_SIZE, PROT_NONE, in load_elf_interp()
563 error = target_mmap(TARGET_ELF_PAGESTART(rbase + elf_ppnt->p_vaddr), in load_elf_sections()
H A Dbsd-mem.h74 return get_errno(target_mmap(arg1, arg2, arg3, in do_bsd_mmap()
247 mapped_addr = target_mmap(old_brk, new_brk - old_brk, in do_obreak()
H A Dmmap.c369 abi_long target_mmap(abi_ulong start, abi_ulong len, int prot, in target_mmap() function
563 retaddr = target_mmap(start, len, prot | PROT_WRITE, in target_mmap()
H A Dqemu.h234 abi_long target_mmap(abi_ulong start, abi_ulong len, int prot,
/qemu/linux-user/i386/
H A Dcpu_loop.c390 env->idt.base = target_mmap(0, sizeof(uint64_t) * (env->idt.limit + 1), in target_cpu_copy_regs()
404 env->gdt.base = target_mmap(0, sizeof(uint64_t) * TARGET_GDT_ENTRIES, in target_cpu_copy_regs()