Home
last modified time | relevance | path

Searched +full:vm +full:- +full:map (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/freebsd/lib/libkvm/
H A Dkvm_powerpc.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
15 * 3. Neither the name of the author nor the names of any co-contributors
45 void *map; member
58 if (eh->e_ident[EI_CLASS] != ELFCLASS32) in valid_elf_header()
60 if (eh->e_ident[EI_DATA] != ELFDATA2MSB) in valid_elf_header()
62 if (eh->e_ident[EI_VERSION] != EV_CURRENT) in valid_elf_header()
64 if (eh->e_ident[EI_OSABI] != ELFOSABI_STANDALONE) in valid_elf_header()
66 if (be16toh(eh->e_type) != ET_CORE) in valid_elf_header()
68 if (be16toh(eh->e_machine) != EM_PPC) in valid_elf_header()
[all …]
H A Dkvm_powerpc64.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
15 * 3. Neither the name of the author nor the names of any co-contributors
45 void *map; member
58 if (eh->e_ident[EI_CLASS] != ELFCLASS64) in valid_elf_header()
60 if (eh->e_ident[EI_DATA] != ELFDATA2MSB && in valid_elf_header()
61 eh->e_ident[EI_DATA] != ELFDATA2LSB) in valid_elf_header()
63 if (eh->e_ident[EI_VERSION] != EV_CURRENT) in valid_elf_header()
65 if (eh->e_ident[EI_OSABI] != ELFOSABI_STANDALONE) in valid_elf_header()
67 if (_kvm16toh(kd, eh->e_type) != ET_CORE) in valid_elf_header()
[all …]
/freebsd/sys/vm/
H A Dvm_unix.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
40 * Traditional sbrk/grow interface to VM
57 #include <vm/vm.h>
58 #include <vm/vm_param.h>
59 #include <vm/pmap.h>
60 #include <vm/vm_map.h>
74 addr = (uintptr_t)uap->nsize; in sys_break()
77 td->td_retval[0] = addr; in sys_break()
87 struct vmspace *vm = td->td_proc->p_vmspace; in kern_break() local
[all …]
H A Dvm_map.c1 /*-
2 * SPDX-License-Identifier: (BSD-3-Clause AND MIT-CMU)
8 * The Mach Operating System project at Carnegie-Mellon University.
35 * Copyright (c) 1987, 1990 Carnegie-Mellon University.
55 * Pittsburgh PA 15213-3890
84 #include <vm/v
165 VM_MAP_RANGE_CHECK(map,start,end) global() argument
289 struct vmspace *vm; vmspace_zinit() local
290 vm_map_t map; vmspace_zinit() local
307 struct vmspace *vm; vmspace_zdtor() local
324 struct vmspace *vm; vmspace_alloc() local
362 vmspace_dofree(struct vmspace * vm) vmspace_dofree() argument
387 vmspace_free(struct vmspace * vm) vmspace_free() argument
400 struct vmspace *vm; vmspace_exitfree() local
413 struct vmspace *vm; vmspace_exit() local
466 struct vmspace *vm; vmspace_acquire_ref() local
525 _vm_map_lock(vm_map_t map,const char * file,int line) _vm_map_lock() argument
616 _vm_map_assert_locked(vm_map_t map,const char * file,int line) _vm_map_assert_locked() argument
625 VM_MAP_ASSERT_LOCKED(map) global() argument
639 VM_MAP_ASSERT_CONSISTENT(map) global() argument
642 VM_MAP_UNLOCK_CONSISTENT(map) global() argument
649 VM_MAP_UNLOCK_CONSISTENT(map) global() argument
652 VM_MAP_ASSERT_LOCKED(map) global() argument
653 VM_MAP_ASSERT_CONSISTENT(map) global() argument
654 VM_MAP_UNLOCK_CONSISTENT(map) global() argument
658 _vm_map_unlock(vm_map_t map,const char * file,int line) _vm_map_unlock() argument
677 _vm_map_lock_read(vm_map_t map,const char * file,int line) _vm_map_lock_read() argument
687 _vm_map_unlock_read(vm_map_t map,const char * file,int line) _vm_map_unlock_read() argument
701 _vm_map_trylock(vm_map_t map,const char * file,int line) _vm_map_trylock() argument
714 _vm_map_trylock_read(vm_map_t map,const char * file,int line) _vm_map_trylock_read() argument
735 _vm_map_lock_upgrade(vm_map_t map,const char * file,int line) _vm_map_lock_upgrade() argument
762 _vm_map_lock_downgrade(vm_map_t map,const char * file,int line) _vm_map_lock_downgrade() argument
782 vm_map_locked(vm_map_t map) vm_map_locked() argument
806 _vm_map_unlock_and_wait(vm_map_t map,int timo,const char * file,int line) _vm_map_unlock_and_wait() argument
829 vm_map_wakeup(vm_map_t map) vm_map_wakeup() argument
843 vm_map_busy(vm_map_t map) vm_map_busy() argument
851 vm_map_unbusy(vm_map_t map) vm_map_unbusy() argument
863 vm_map_wait_busy(vm_map_t map) vm_map_wait_busy() argument
888 _vm_map_init(vm_map_t map,pmap_t pmap,vm_offset_t min,vm_offset_t max) _vm_map_init() argument
909 vm_map_init(vm_map_t map,pmap_t pmap,vm_offset_t min,vm_offset_t max) vm_map_init() argument
924 vm_map_entry_dispose(vm_map_t map,vm_map_entry_t entry) vm_map_entry_dispose() argument
936 vm_map_entry_create(vm_map_t map) vm_map_entry_create() argument
1127 vm_map_splay_split(vm_map_t map,vm_offset_t addr,vm_size_t length,vm_map_entry_t * llist,vm_map_entry_t * rlist) vm_map_splay_split() argument
1336 vm_map_splay(vm_map_t map,vm_offset_t addr) vm_map_splay() argument
1384 vm_map_entry_link(vm_map_t map,vm_map_entry_t entry) vm_map_entry_link() argument
1449 vm_map_entry_unlink(vm_map_t map,vm_map_entry_t entry,enum unlink_merge_type op) vm_map_entry_unlink() argument
1500 vm_map_entry_resize(vm_map_t map,vm_map_entry_t entry,vm_size_t grow_amount) vm_map_entry_resize() argument
1531 vm_map_lookup_entry(vm_map_t map,vm_offset_t address,vm_map_entry_t * entry) vm_map_lookup_entry() argument
1611 vm_map_insert1(vm_map_t map,vm_object_t object,vm_ooffset_t offset,vm_offset_t start,vm_offset_t end,vm_prot_t prot,vm_prot_t max,int cow,vm_map_entry_t * res) vm_map_insert1() argument
1839 vm_map_insert(vm_map_t map,vm_object_t object,vm_ooffset_t offset,vm_offset_t start,vm_offset_t end,vm_prot_t prot,vm_prot_t max,int cow) vm_map_insert() argument
1866 vm_map_findspace(vm_map_t map,vm_offset_t start,vm_size_t length) vm_map_findspace() argument
1958 vm_map_fixed(vm_map_t map,vm_object_t object,vm_ooffset_t offset,vm_offset_t start,vm_size_t length,vm_prot_t prot,vm_prot_t max,int cow) vm_map_fixed() argument
2035 vm_map_alignspace(vm_map_t map,vm_object_t object,vm_ooffset_t offset,vm_offset_t * addr,vm_size_t length,vm_offset_t max_addr,vm_offset_t alignment) vm_map_alignspace() argument
2088 vm_map_find_aligned(vm_map_t map,vm_offset_t * addr,vm_size_t length,vm_offset_t max_addr,vm_offset_t alignment) vm_map_find_aligned() argument
2110 vm_map_find(vm_map_t map,vm_object_t object,vm_ooffset_t offset,vm_offset_t * addr,vm_size_t length,vm_offset_t max_addr,int find_space,vm_prot_t prot,vm_prot_t max,int cow) vm_map_find() argument
2125 vm_map_find_locked(vm_map_t map,vm_object_t object,vm_ooffset_t offset,vm_offset_t * addr,vm_size_t length,vm_offset_t max_addr,int find_space,vm_prot_t prot,vm_prot_t max,int cow) vm_map_find_locked() argument
2297 vm_map_find_min(vm_map_t map,vm_object_t object,vm_ooffset_t offset,vm_offset_t * addr,vm_size_t length,vm_offset_t default_addr,vm_offset_t max_addr,int find_space,vm_prot_t prot,vm_prot_t max,int cow) vm_map_find_min() argument
2348 vm_map_merged_neighbor_dispose(vm_map_t map,vm_map_entry_t entry) vm_map_merged_neighbor_dispose() argument
2379 vm_map_try_merge_entries(vm_map_t map,vm_map_entry_t prev_entry,vm_map_entry_t entry) vm_map_try_merge_entries() argument
2421 vm_map_entry_charge_object(vm_map_t map,vm_map_entry_t entry) vm_map_entry_charge_object() argument
2449 vm_map_entry_clone(vm_map_t map,vm_map_entry_t entry) vm_map_entry_clone() argument
2487 vm_map_clip_start(vm_map_t map,vm_map_entry_t entry,vm_offset_t startaddr) vm_map_clip_start() argument
2529 vm_map_lookup_clip_start(vm_map_t map,vm_offset_t start,vm_map_entry_t * res_entry,vm_map_entry_t * prev_entry) vm_map_lookup_clip_start() argument
2560 vm_map_clip_end(vm_map_t map,vm_map_entry_t entry,vm_offset_t endaddr) vm_map_clip_end() argument
2615 vm_map_submap(vm_map_t map,vm_offset_t start,vm_offset_t end,vm_map_t submap) vm_map_submap() argument
2673 vm_map_pmap_enter(vm_map_t map,vm_offset_t addr,vm_prot_t prot,vm_object_t object,vm_pindex_t pindex,vm_size_t size,int flags) vm_map_pmap_enter() argument
2787 vm_map_protect(vm_map_t map,vm_offset_t start,vm_offset_t end,vm_prot_t new_prot,vm_prot_t new_maxprot,int flags) vm_map_protect() argument
3021 vm_map_madvise(vm_map_t map,vm_offset_t start,vm_offset_t end,int behav) vm_map_madvise() argument
3219 vm_map_inherit(vm_map_t map,vm_offset_t start,vm_offset_t end,vm_inherit_t new_inheritance) vm_map_inherit() argument
3280 vm_map_entry_in_transition(vm_map_t map,vm_offset_t in_start,vm_offset_t * io_end,bool holes_ok,vm_map_entry_t in_entry) vm_map_entry_in_transition() argument
3326 vm_map_unwire(vm_map_t map,vm_offset_t start,vm_offset_t end,int flags) vm_map_unwire() argument
3490 vm_map_wire_entry_failure(vm_map_t map,vm_map_entry_t entry,vm_offset_t failed_addr) vm_map_wire_entry_failure() argument
3519 vm_map_wire(vm_map_t map,vm_offset_t start,vm_offset_t end,int flags) vm_map_wire() argument
3536 vm_map_wire_locked(vm_map_t map,vm_offset_t start,vm_offset_t end,int flags) vm_map_wire_locked() argument
3786 vm_map_sync(vm_map_t map,vm_offset_t start,vm_offset_t end,boolean_t syncio,boolean_t invalidate) vm_map_sync() argument
3890 vm_map_entry_unwire(vm_map_t map,vm_map_entry_t entry) vm_map_entry_unwire() argument
3922 vm_map_entry_delete(vm_map_t map,vm_map_entry_t entry) vm_map_entry_delete() argument
4001 vm_map_delete(vm_map_t map,vm_offset_t start,vm_offset_t end) vm_map_delete() argument
4091 vm_map_remove(vm_map_t map,vm_offset_t start,vm_offset_t end) vm_map_remove() argument
4117 vm_map_check_protection(vm_map_t map,vm_offset_t start,vm_offset_t end,vm_prot_t protection) vm_map_check_protection() argument
4561 vm_map_stack(vm_map_t map,vm_offset_t addrbos,vm_size_t max_ssize,vm_prot_t prot,vm_prot_t max,int cow) vm_map_stack() argument
4591 vm_map_stack_locked(vm_map_t map,vm_offset_t addrbos,vm_size_t max_ssize,vm_size_t growsize,vm_prot_t prot,vm_prot_t max,int cow) vm_map_stack_locked() argument
4679 vm_map_growstack(vm_map_t map,vm_offset_t addr,vm_map_entry_t gap_entry) vm_map_growstack() argument
4683 struct vmspace *vm; vm_map_growstack() local
4985 vm_map_t map = *var_map; vm_map_lookup() local
5155 vm_map_t map = *var_map; vm_map_lookup_locked() local
5226 vm_map_lookup_done(vm_map_t map,vm_map_entry_t entry) vm_map_lookup_done() argument
5235 vm_map_max_KBI(const struct vm_map * map) vm_map_max_KBI() argument
5242 vm_map_min_KBI(const struct vm_map * map) vm_map_min_KBI() argument
5249 vm_map_pmap_KBI(vm_map_t map) vm_map_pmap_KBI() argument
5256 vm_map_range_valid_KBI(vm_map_t map,vm_offset_t start,vm_offset_t end) vm_map_range_valid_KBI() argument
5264 _vm_map_assert_consistent(vm_map_t map,int check) _vm_map_assert_consistent() argument
5335 vm_map_print(vm_map_t map) vm_map_print() argument
5402 DB_SHOW_COMMAND(map,map) DB_SHOW_COMMAND() argument
[all...]
H A Dvm_kern.c1 /*-
2 * SPDX-License-Identifier: (BSD-3-Clause AND MIT-CMU)
8 * The Mach Operating System project at Carnegie-Mellon University.
35 * Copyright (c) 1987, 1990 Carnegie-Mellon University.
55 * Pittsburgh PA 15213-3890
84 #include <vm/v
444 kmem_subinit(vm_map_t map,vm_map_t parent,vm_offset_t * min,vm_offset_t * max,vm_size_t size,bool superpage_align) kmem_subinit() argument
704 kmap_alloc_wait(vm_map_t map,vm_size_t size) kmap_alloc_wait() argument
743 kmap_free_wakeup(vm_map_t map,vm_offset_t addr,vm_size_t size) kmap_free_wakeup() argument
973 struct vmspace *vm; pmap_active_cpus() local
[all...]
H A Dvm_mmap.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
40 * Mapped file (mmap) interface to VM
81 #include <vm/vm.h>
82 #include <vm/vm_param.h>
83 #include <vm/pmap.h>
84 #include <vm/vm_map.h>
85 #include <vm/vm_object.h>
86 #include <vm/vm_page.h>
87 #include <vm/vm_pager.h>
[all …]
/freebsd/sys/fs/procfs/
H A Dprocfs_map.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 1993 Jan-Simon Pendry
9 * Jan-Simon Pendry.
56 #include <vm/vm.h>
57 #include <vm/vm_extern.h>
58 #include <vm/pmap.h>
59 #include <vm/vm_map.h>
60 #include <vm/vm_page.h>
61 #include <vm/vm_object.h>
[all …]
/freebsd/sys/riscv/vmm/
H A Dvmm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
51 #include <vm/vm.h>
52 #include <vm/vm_object.h>
53 #include <vm/vm_page.h>
54 #include <vm/pmap.h>
55 #include <vm/vm_map.h>
56 #include <vm/vm_extern.h>
57 #include <vm/vm_param.h>
65 #include <machine/vm.h>
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c1 /*-
43 #include <vm/vm.h>
44 #include <vm/pmap.h>
45 #include <vm/vm_param.h>
46 #include <vm/vm_kern.h>
47 #include <vm/vm_object.h>
48 #include <vm/vm_map.h>
49 #include <vm/vm_page.h>
50 #include <vm/vm_pageout.h>
51 #include <vm/vm_pager.h>
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h1 //===- ValueMapper.h - Remapping for constants and metadata -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
78 /// If this flag is set, the remapper ignores missing function-local entries
79 /// (Argument, Instruction, BasicBlock) that are not in the value map. If it
102 /// Any global values not in value map are mapped to null instead of mapping
111 /// Context for (re-)mapping values (and metadata).
117 /// There are a number of top-level entry points:
118 /// - \a mapValue() (and \a mapConstant());
[all …]
/freebsd/sys/dev/mem/
H A Dmemdev.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
47 #include <vm/vm.h>
48 #include <vm/vm_param.h>
49 #include <vm/pmap.h>
50 #include <vm/vm_map.h>
51 #include <vm/vm_object.h>
52 #include <vm/vm_page.h>
53 #include <vm/vm_phys.h>
85 error = securelevel_gt(td->td_ucred, 0); in memopen()
[all …]
/freebsd/sys/arm64/vmm/
H A Dvmm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
46 #include <vm/vm.h>
47 #include <vm/vm_object.h>
48 #include <vm/vm_page.h>
49 #include <vm/pmap.h>
50 #include <vm/vm_map.h>
51 #include <vm/vm_extern.h>
52 #include <vm/vm_param.h>
60 #include <machine/vm.h>
[all …]
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dmoortec,mr75203.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd/sys/kern/
H A Dimgact_aout.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
50 #include <vm/vm.h>
51 #include <vm/pmap.h>
52 #include <vm/vm_map.h>
53 #include <vm/vm_object.h>
54 #include <vm/vm_param.h>
71 #define AOUT32_PS_STRINGS (AOUT32_USRSTACK - sizeof(struct ps_strings))
115 (AOUT32_USRSTACK - sizeof(struct freebsd32_ps_strings))
167 *stack_base -= sizeof(uint32_t); in aout_fixup()
[all …]
/freebsd/sys/dev/xen/privcmd/
H A Dprivcmd.c47 #include <vm/vm.h>
48 #include <vm/vm_param.h>
49 #include <vm/vm_extern.h>
50 #include <vm/vm_kern.h>
51 #include <vm/vm_page.h>
52 #include <vm/vm_map.h>
53 #include <vm/vm_object.h>
54 #include <vm/vm_pager.h>
58 #include <xen/xen-os.h>
63 MALLOC_DEFINE(M_PRIVCMD, "privcmd_dev", "Xen privcmd user-space device");
[all …]
/freebsd/sys/riscv/include/
H A Dvmm.h2 * SPDX-License-Identifier: BSD-2-Clause
39 #include <vm/vm.h>
40 #include <vm/pmap.h>
110 struct vm;
125 int vm_create(const char *name, struct vm **retvm);
126 struct vcpu *vm_alloc_vcpu(struct vm *vm, int vcpuid);
127 void vm_disable_vcpu_creation(struct vm *vm);
128 void vm_slock_vcpus(struct vm *vm);
129 void vm_unlock_vcpus(struct vm *vm);
130 void vm_destroy(struct vm *vm);
[all …]
/freebsd/sys/arm64/arm64/
H A Defirt_machdep.c1 /*-
12 * Cambridge Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237
51 #include <vm/vm.h>
52 #include <vm/pmap.h>
53 #include <vm/vm_extern.h>
54 #include <vm/vm_map.h>
55 #include <vm/vm_object.h>
56 #include <vm/vm_page.h>
57 #include <vm/vm_pager.h>
71 TAILQ_FOREACH(m, &obj_1t1_pt->memq, listq) in efi_destroy_1t1_map()
[all …]
/freebsd/sys/arm64/include/
H A Dvmm.h32 #include <vm/vm.h>
33 #include <vm/pmap.h>
108 * The VM name has to fit into the pathname length constraints of devfs,
116 * image that is attached to the VM. A separator character gets added to
119 * The effective length of a VM name is 229 bytes for FreeBSD 13 and 37
126 (SPECNAMELEN - VM_MAX_PREFIXLEN - VM_MAX_SUFFIXLEN - 1)
129 struct vm;
144 int vm_create(const char *name, struct vm **retvm);
145 struct vcpu *vm_alloc_vcpu(struct vm *vm, int vcpuid);
146 void vm_disable_vcpu_creation(struct vm *vm);
[all …]
/freebsd/sys/ddb/
H A Ddb_watch.c1 /*-
2 * SPDX-License-Identifier: MIT-CMU
23 * Pittsburgh PA 15213-3890
39 #include <vm/vm.h>
40 #include <vm/pmap.h>
41 #include <vm/vm_map.h>
62 static void db_delete_watchpoint(vm_map_t map, db_addr_t addr);
64 static bool db_find_watchpoint(vm_map_t map, db_addr_t addr,
68 static void db_set_watchpoint(vm_map_t map, db_addr_t addr,
77 db_free_watchpoints = watch->link; in db_watchpoint_alloc()
[all …]
/freebsd/share/man/man9/
H A Dvm_map_entry_resize_free.931 .Nd "vm map free space algorithm"
37 .Fn vm_map_entry_resize_free "vm_map_t map" "vm_map_entry_t entry"
41 fields used in the VM map free space algorithm, how to maintain
46 VM map entries are organized as both a doubly-linked list
57 .Dq "self-adjusting tree" .
58 .Bd -literal -offset indent
82 following (higher address) the map entry.
83 This field is unused in the map header.
89 .Bd -literal -offset indent
90 entry->adj_free = (entry->next == &map->header ?
[all …]
/freebsd/sys/amd64/vmm/
H A Dvmm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
48 #include <vm/vm.h>
49 #include <vm/vm_param.h>
50 #include <vm/vm_extern.h>
51 #include <vm/vm_object.h>
52 #include <vm/vm_page.h>
53 #include <vm/pmap.h>
54 #include <vm/vm_map.h>
55 #include <vm/vm_pager.h>
[all …]
/freebsd/share/man/man4/
H A Dnuma.430 .Nd Non-Uniform Memory Access
35 Non-Uniform Memory Access is a computer architecture design which
46 implements NUMA-aware memory allocation policies.
62 .Va vm.numa.disabled
75 tool is available for starting processes with a non-default
81 Systems with non-uniform access to I/O devices may mark those devices
82 with the local VM domain identifier.
92 .Bl -tag -width indent -compact
93 .It Va vm.ndomains
94 The number of VM domains which have been detected.
[all …]
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
39 * sub-system to store file data and metadata in an efficient way.
40 * This means that it does not follow the structure of an on-disk file
42 * memory-specific data structures and algorithms to automatically
66 #include <vm/vm.h>
67 #include <vm/vm_param.h>
68 #include <vm/pmap.h>
69 #include <vm/vm_extern.h>
70 #include <vm/vm_map.h>
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_vdso.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2013-2021 Dmitry Chagin <dchagin@FreeBSD.org>
42 #include <vm/pmap.h>
43 #include <vm/vm_extern.h>
44 #include <vm/vm_map.h>
45 #include <vm/vm_object.h>
46 #include <vm/vm_page.h>
47 #include <vm/vm_pager.h>
48 #include <vm/vm_param.h>
[all …]
/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c1 /*-
56 #include <vm/vm.h>
57 #include <vm/vm_param.h>
58 #include <vm/vm_extern.h>
59 #include <vm/vm_kern.h>
60 #include <vm/vm_page.h>
61 #include <vm/vm_map.h>
62 #include <vm/vm_object.h>
63 #include <vm/vm_pager.h>
67 #include <xen/xen-os.h>
[all …]

12345678910>>...20