Subversion Repositories HelenOS

Rev

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

Rev 2254 Rev 2257
Line 42... Line 42...
42
 *  
42
 *  
43
 *  \param pte    page table entry to set
43
 *  \param pte    page table entry to set
44
 *  \param frame  first frame in the section (frame number)
44
 *  \param frame  first frame in the section (frame number)
45
 *  \note  If frame is not 1MB aligned, first lower 1MB aligned frame will be used.
45
 *  \note  If frame is not 1MB aligned, first lower 1MB aligned frame will be used.
46
 */  
46
 */  
47
static void init_pte_level0_section(pte_level0_section* pte, unsigned frame)
47
static void init_pte_level0_section(pte_level0_section_t* pte, unsigned frame)
48
{
48
{
49
    pte->descriptor_type   = PTE_DESCRIPTOR_SECTION;
49
    pte->descriptor_type   = PTE_DESCRIPTOR_SECTION;
50
    pte->bufferable        = 0;
50
    pte->bufferable        = 0;
51
    pte->cacheable         = 0;
51
    pte->cacheable         = 0;
52
    pte->impl_specific     = 0;
52
    pte->impl_specific     = 0;