Home
last modified time | relevance | path

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

/original-bsd/sys/pmax/pmax/
H A Dmachdep.c97 static u_int tc_slot_phys_base [TC_MAX_SLOTS] = { variable
389 tc_slot_phys_base[0] = KMIN_PHYS_TC_0_START;
390 tc_slot_phys_base[1] = KMIN_PHYS_TC_1_START;
391 tc_slot_phys_base[2] = KMIN_PHYS_TC_2_START;
432 tc_slot_phys_base[0] = XINE_PHYS_TC_0_START;
433 tc_slot_phys_base[1] = XINE_PHYS_TC_1_START;
466 tc_slot_phys_base[0] = KN03_PHYS_TC_0_START;
467 tc_slot_phys_base[1] = KN03_PHYS_TC_1_START;
468 tc_slot_phys_base[2] = KN03_PHYS_TC_2_START;
1609 addr = MACH_PHYS_TO_UNCACHED(tc_slot_phys_base[i]); in tc_find_all_options()