memory.h (b6af097528caba5b23b79db3f1f1fd08fa4fa11e) memory.h (67cc32ebfd8c0ee3fcdb26780a8991baf5eb1d45)
1/*
2 * Physical memory management API
3 *
4 * Copyright 2011 Red Hat, Inc. and/or its affiliates
5 *
6 * Authors:
7 * Avi Kivity <avi@redhat.com>
8 *

--- 1132 unchanged lines hidden (view full) ---

1141 uint64_t data,
1142 unsigned size,
1143 MemTxAttrs attrs);
1144
1145/**
1146 * address_space_init: initializes an address space
1147 *
1148 * @as: an uninitialized #AddressSpace
1/*
2 * Physical memory management API
3 *
4 * Copyright 2011 Red Hat, Inc. and/or its affiliates
5 *
6 * Authors:
7 * Avi Kivity <avi@redhat.com>
8 *

--- 1132 unchanged lines hidden (view full) ---

1141 uint64_t data,
1142 unsigned size,
1143 MemTxAttrs attrs);
1144
1145/**
1146 * address_space_init: initializes an address space
1147 *
1148 * @as: an uninitialized #AddressSpace
1149 * @root: a #MemoryRegion that routes addesses for the address space
1149 * @root: a #MemoryRegion that routes addresses for the address space
1150 * @name: an address space name. The name is only used for debugging
1151 * output.
1152 */
1153void address_space_init(AddressSpace *as, MemoryRegion *root, const char *name);
1154
1155
1156/**
1157 * address_space_destroy: destroy an address space

--- 191 unchanged lines hidden ---
1150 * @name: an address space name. The name is only used for debugging
1151 * output.
1152 */
1153void address_space_init(AddressSpace *as, MemoryRegion *root, const char *name);
1154
1155
1156/**
1157 * address_space_destroy: destroy an address space

--- 191 unchanged lines hidden ---