Searched refs:mappings (Results 26 - 39 of 39) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpcb.c78 #include <ppc/mappings.h>
H A Dtrap.c56 #include <ppc/mappings.h>
H A Dcpu.c56 #include <ppc/mappings.h>
H A Ddb_low_trace.c64 #include <ppc/mappings.h>
855 * Check check mappings and hash table for consistency
H A Dmappings.c29 * This file is used to maintain the virtual to real mappings for a PowerPC machine.
66 #include <ppc/mappings.h>
127 * We can do 4 things: 1) not worry about it, 2) keep all free pmaps, 3) rebuild all mappings
250 /* If this is an assisted host, scrub any guest mappings */
258 do { /* Iterate 'till all guest mappings are gone */
263 case mapRtEmpty: /* No guest mappings left to scrub */
437 * Note that the mappings busy count is bumped. It is the responsibility of the caller
489 * the protection. If there are PTEs associated with the mappings, they will be invalidated before
527 * This routine takes a physical entry and runs through all mappings attached to it and changes
528 * the protection. If there are PTEs associated with the mappings, the
[all...]
H A Dpmap.c81 * mappings at almost any time. However, invalidations
82 * of virtual-to-physical mappings must be done as
117 #include <ppc/mappings.h>
166 * structures, phys_tables. Multiple mappings of a single page are handled
484 mapsize = mapsize + (4 * 1024 * 1024); /* Allow for 4 meg of extra mappings */
485 mapsize = ((mapsize / PAGE_SIZE) + MAPPERBLOK - 1) / MAPPERBLOK; /* Get number of blocks of mappings we need */
486 mapsize = mapsize + ((mapsize + MAPPERBLOK - 1) / MAPPERBLOK); /* Account for the mappings themselves */
759 * Should only be called if the map contains no valid mappings.
835 * Removes mappings of the associated page from the specified pmap
902 * Note that pmap_remove does not remove any mappings i
[all...]
H A Dvmachmon.c44 #include <ppc/mappings.h>
182 for (mapIdx = 0; mapIdx < GV_SLTS_PPG; mapIdx++) { /* Iterate over mappings in this page */
302 ** Flush specified guest context, purging all guest mappings and clearing
332 vmm_unmap_all_pages(act, index); /* Blow away all mappings for this context */
716 hw_rem_all_gv(gpmap); /* Remove all guest mappings from shadow hash table */
1412 hw_rem_all_gv(pmap); /* Remove all guest's mappings from shadow hash table */
H A Dhw_vm.s888 ; Invalidate block mappings by invalidating a chunk of autogen PTEs in PTEGs hashed
958 rlwinm. r4,r6,16,0,7 ; Position, save, and test block mappings in PCA
1296 rlwinm. r4,r6,16,0,7 ; Extract the block mappings in this here PTEG and see if there are any
1783 beq-- hppNone ; There are no more mappings on physical page
2082 li r3,mapRtEmpty ; No mappings for specified pmap on physent chain
2099 * repeatedly until no additional guest mappings that match our criteria are removed.
2194 li r3,mapRtEmpty ; No mappings found matching specified criteria
2229 li r3,mapRtEmpty ; No mappings found matching specified criteria
2473 * Remove all mappings for all phys entries.
2591 * Once all all mappings ar
[all...]
H A Dgenassym.c60 #include <ppc/mappings.h>
959 /* Values from pmap_internals.h and mappings.h */
H A Dvmachmon_asm.s141 .long EXT(vmm_purge_local) ; Purge all local guest mappings */
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c102 #include <ppc/mappings.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_resident.c87 #include <ppc/mappings.h> /* (BRINGUP) */
631 * XXX Logically, these mappings should be wired,
H A Dvm_map.c105 #include <ppc/mappings.h>
897 /* clean up leftover special mappings (commpage, etc...) */
1624 * Create a temporary VM map to hold the old mappings in the
1628 * when we want to replace some mappings with a new one.
1629 * It also allows us to restore the old VM mappings if the
1759 * remove all existing mappings in the specified
2037 * memory_object_last_unmap() when all the mappings are gone.
2071 * We have to get rid of the new mappings since we
2074 * that someone else create new mappings that range.
2094 * the old mappings, save
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1180 char mappings_l_[PADL_(user_addr_t)]; user_addr_t mappings; char mappings_r_[PADR_(user_addr_t)]; member in struct:shared_region_map_np_args

Completed in 219 milliseconds

12