Searched refs:entrylo0 (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/nos/ |
| H A D | MsOS_nos.c | 247 extern void add_wired_entry(unsigned long entrylo0, unsigned long entrylo1, unsigned long entryhi, … 296 …unsigned long entrylo0 = ((0x50000000 >> 12) << 6) | (0 << 3) | (1 << 2) | (1 << 1) | (1 << 0); //… in MsOS_Init() 299 …add_wired_entry(entrylo0, entrylo1, 0xC0000000, 0x1fffe000); // PageMask[28:13]=0x1fffe000(256MB… in MsOS_Init() 321 …unsigned long entrylo0 = ((0x50000000 >> 12) << 6) | (0 << 3) | (1 << 2) | (1 << 1) | (1 << 0); //… in MsOS_Init() 331 …add_wired_entry(entrylo0, entrylo1, 0xC0000000, 0x1fffe000); // PageMask[28:13]=0x1fffe000(256MB… in MsOS_Init() 339 …unsigned long entrylo0 = ((0x40000000>> 12) << 6) | (0 << 3) | (1 << 2) | (1 << 1) | (1<< 0); // c… in MsOS_Init() 341 add_wired_entry(entrylo0, entrylo1, MIU1_CACHEABLE_START , 0x1fffe000); in MsOS_Init() 395 …unsigned long entrylo0 = ((0x50000000 >> 12) << 6) | (0 << 3) | (1 << 2) | (1 << 1) | (1 << 0); //… in MsOS_Init_str() 398 …add_wired_entry(entrylo0, entrylo1, 0xC0000000, 0x1fffe000); // PageMask[28:13]=0x1fffe000(256MB… in MsOS_Init_str() 419 …unsigned long entrylo0 = ((0x50000000 >> 12) << 6) | (0 << 3) | (1 << 2) | (1 << 1) | (1 << 0); //… in MsOS_Init_str() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ecos/ |
| H A D | MsOS_ecos.c | 376 extern void add_wired_entry(unsigned long entrylo0, unsigned long entrylo1, unsigned long entryhi, … 471 …unsigned long entrylo0 = ((0x10000000>> 12) << 6) | (0<<3) | (1<< 2) | (1<< 1) | (1<< 0); // cache… in MsOS_Init() local 479 …add_wired_entry(entrylo0, entrylo1, 0xC0000000 , 0x1fffe000); // PageMask[28:13]=0x1fffe000(256M… in MsOS_Init() 487 …unsigned long entrylo0 = ((0x50000000>> 12) << 6) | (0<<3) | (1<< 2) | (1<< 1) | (1<< 0); // cache… in MsOS_Init() local 500 …add_wired_entry(entrylo0, entrylo1, 0xC0000000 , 0x1fffe000); // PageMask[28:13]=0x1fffe000(256M… in MsOS_Init() 510 …unsigned long entrylo0 = ((0x50000000>> 12) << 6) | (0<<3) | (1<< 2) | (1<< 1) | (1<< 0); // cache… in MsOS_Init() local 523 …add_wired_entry(entrylo0, entrylo1, 0xC0000000 , 0x1fffe000); // PageMask[28:13]=0x1fffe000(256M… in MsOS_Init() 533 …unsigned long entrylo0 = ((0x40000000>> 12) << 6) | (0<<3) | (1<< 2) | (1<< 1) | (1<< 0); // cache… in MsOS_Init() local 535 add_wired_entry(entrylo0, entrylo1, MIU1_CACHEABLE_START , 0x1fffe000); in MsOS_Init()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | MsOS_ucos.c | 386 extern void add_wired_entry(unsigned long entrylo0, unsigned long entrylo1, unsigned long entryhi, … 489 …unsigned long entrylo0 = ((0x10000000>> 12) << 6) | (0<<3) | (1<< 2) | (1<< 1) | (1<< 0); // cache… in MsOS_Init() local 497 …add_wired_entry(entrylo0, entrylo1, 0xC0000000 , 0x1fffe000); // PageMask[28:13]=0x1fffe000(256M… in MsOS_Init() 502 …unsigned long entrylo0 = ((0x40000000>> 12) << 6) | (0<<3) | (1<< 2) | (1<< 1) | (1<< 0); // cache… in MsOS_Init() local 504 add_wired_entry(entrylo0, entrylo1, MIU1_CACHEABLE_START , 0x1fffe000); in MsOS_Init()
|