Home
last modified time | relevance | path

Searched refs:set_fixmap_nocache (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/arch/i386/kernel/
Dtime.c342 set_fixmap_nocache(FIX_CYCLONE_TIMER, pageaddr); in init_cyclone_clock()
359 set_fixmap_nocache(FIX_CYCLONE_TIMER, pageaddr); in init_cyclone_clock()
371 set_fixmap_nocache(FIX_CYCLONE_TIMER, pageaddr); in init_cyclone_clock()
383 set_fixmap_nocache(FIX_CYCLONE_TIMER, pageaddr); in init_cyclone_clock()
Dapic.c726 set_fixmap_nocache(FIX_APIC_BASE, apic_phys); in init_apic_mappings()
756 set_fixmap_nocache(idx, ioapic_phys); in init_apic_mappings()
Dmpparse.c983 set_fixmap_nocache(FIX_APIC_BASE, mp_lapic_addr); in mp_register_lapic_address()
1084 set_fixmap_nocache(FIX_IO_APIC_BASE_0 + idx, address); in mp_register_ioapic()
/linux-2.4.37.9/include/asm-mips/
Dfixmap.h65 #define set_fixmap_nocache(idx, phys) \ macro
/linux-2.4.37.9/include/asm-x86_64/
Dfixmap.h60 #define set_fixmap_nocache(idx, phys) \ macro
/linux-2.4.37.9/include/asm-i386/
Dfixmap.h95 #define set_fixmap_nocache(idx, phys) \ macro
/linux-2.4.37.9/arch/x86_64/kernel/
Dapic.c632 set_fixmap_nocache(FIX_APIC_BASE, apic_phys); in init_apic_mappings()
661 set_fixmap_nocache(idx, ioapic_phys); in init_apic_mappings()
Dmpparse.c672 set_fixmap_nocache(FIX_APIC_BASE, mp_lapic_addr); in mp_register_lapic_address()
766 set_fixmap_nocache(FIX_IO_APIC_BASE_0 + idx, address); in mp_register_ioapic()
Dtime.c540 set_fixmap_nocache(FIX_HPET_BASE, hpet_address); in hpet_init()