Changeset d0cf9de in mainline for test/mm/purge1/test.c


Ignore:
Timestamp:
2006-03-12T20:43:20Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2cc5e050
Parents:
9295b0cf
Message:

Itanium tlb_invalidate_pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/mm/purge1/test.c

    r9295b0cf rd0cf9de  
    3838
    3939extern void tlb_invalidate_all(void);
    40 
    41 
     40extern void tlb_invalidate_pages(asid_t asid, __address va, count_t cnt);
    4241void test(void)
    4342{
     
    7372
    7473       
    75         for(i=0;i<256;i++)
     74        for(i=0;i<100;i++)
    7675        {
    7776                itc_mapping_insert(0+i*(1<<PAGE_WIDTH),8,entryi);
     
    7978        }       
    8079       
     80
     81        tlb_invalidate_pages(8,0x18000,13);
    8182       
    82         tlb_invalidate_all();
     83        /*tlb_invalidate_all();*/
    8384       
    8485}
Note: See TracChangeset for help on using the changeset viewer.