Home
last modified time | relevance | path

Searched refs:VM_PROT_RW (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/amd64/vmm/
H A Dvmm_mem.c72 obj = vm_pager_allocate(OBJT_SG, sg, len, VM_PROT_RW, 0, NULL); in vmm_mmio_alloc()
89 VMFS_NO_SPACE, VM_PROT_RW, VM_PROT_RW, 0); in vmm_mmio_alloc()
H A Dvmm_instruction_emul.c2062 ptr = vm_gpa_hold(vm, vcpu, ptpphys, len, VM_PROT_RW, cookie); in ptp_hold()
/f-stack/freebsd/vm/
H A Dvm_kern.c228 prot = (flags & M_EXEC) != 0 ? VM_PROT_ALL : VM_PROT_RW; in kmem_alloc_attr_domain()
325 pmap_enter(kernel_pmap, tmp, m, VM_PROT_RW, in kmem_alloc_contig_domain()
326 VM_PROT_RW | PMAP_ENTER_WIRED, 0); in kmem_alloc_contig_domain()
470 prot = (flags & M_EXEC) != 0 ? VM_PROT_ALL : VM_PROT_RW; in kmem_back_domain()
651 vm_map_insert(map, NULL, 0, addr, addr + size, VM_PROT_RW, VM_PROT_RW, in kmap_alloc_wait()
774 VM_PROT_RW, VM_PROT_RW, MAP_NOFAULT); in kmem_init()
859 pmap_change_prot(start, end - start, VM_PROT_RW); in kmem_bootstrap_free()
H A Dvm.h88 #define VM_PROT_RW (VM_PROT_READ|VM_PROT_WRITE) macro
H A Dvm_unix.c180 prot = VM_PROT_RW; in kern_break()
H A Dvm_map.c203 VM_PROT_RW, VM_PROT_RW, MAP_NOFAULT); in kmapent_alloc()
H A Duma_core.c2979 VM_PROT_RW, VM_PROT_RW, MAP_NOFAULT); in uma_startup2()
/f-stack/freebsd/kern/
H A Dsys_pipe.c557 VMFS_ANY_SPACE, VM_PROT_RW, VM_PROT_RW, 0); in pipespace_new()
H A Dimgact_elf.c1827 if ((entry->protection & VM_PROT_RW) != VM_PROT_RW) in each_dumpable_segment()
H A Dlink_elf_obj.c245 gapprot = ef->preloaded ? VM_PROT_RW : VM_PROT_READ; in link_elf_protect()