Changeset 0c0410b in mainline for generic/src/mm/page.c


Ignore:
Timestamp:
2006-01-10T13:25:54Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e30bc2a
Parents:
42edee68
Message:

Memory management work.
Proto-interface and dummy implementation of generic page hash table subsytem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified generic/src/mm/page.c

    r42edee68 r0c0410b  
    9696 * @param root PTL0 address if non-zero.
    9797 *
    98  * @return NULL if there is no such mapping; entry from PTL3 describing the mapping otherwise.
     98 * @return NULL if there is no such mapping; requested mapping otherwise.
    9999 */
    100100pte_t *page_mapping_find(__address page,  asid_t asid, __address root)
Note: See TracChangeset for help on using the changeset viewer.