Subversion Repositories HelenOS-historic

Rev

Rev 756 | Rev 792 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 756 Rev 757
Line 54... Line 54...
54
static void ht_mapping_insert(as_t *as, __address page, __address frame, int flags);
54
static void ht_mapping_insert(as_t *as, __address page, __address frame, int flags);
55
static pte_t *ht_mapping_find(as_t *as, __address page);
55
static pte_t *ht_mapping_find(as_t *as, __address page);
56
 
56
 
57
page_operations_t page_ht_operations = {
57
page_operations_t page_ht_operations = {
58
    .mapping_insert = ht_mapping_insert,
58
    .mapping_insert = ht_mapping_insert,
59
    .mapping_find = ht_mapping_find,
59
    .mapping_find = ht_mapping_find
60
};
60
};
61
 
61
 
62
/** Map page to frame using page hash table.
62
/** Map page to frame using page hash table.
63
 *
63
 *
64
 * Map virtual address 'page' to physical address 'frame'
64
 * Map virtual address 'page' to physical address 'frame'