Home
last modified time | relevance | path

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

/src/sys/powerpc/booke/
H A Dpmap.c2550 uint32_t mas0; in tlb1_read_entry() local
2557 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(slot); in tlb1_read_entry()
2558 mtspr(SPR_MAS0, mas0); in tlb1_read_entry()
2626 uint32_t idx, mas0; in tlb1_write_entry_int() local
2636 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(idx); in tlb1_write_entry_int()
2638 mtspr(SPR_MAS0, mas0); in tlb1_write_entry_int()
2837 uint32_t mas0, mas1, mas3, mas7; in tlb1_init() local
2842 mas0 = MAS0_TLBSEL(1) | MAS0_ESEL(0); in tlb1_init()
2843 mtspr(SPR_MAS0, mas0); in tlb1_init()
3069 uint32_t mas0, mas1, mas3, mas7; in DB_SHOW_COMMAND() local
[all …]
H A Dpmap_32.c941 uint32_t mas0, mas1, mas2; in tid_flush() local
968 mas0 = MAS0_TLBSEL(0) | MAS0_ESEL(way); in tid_flush()
969 mtspr(SPR_MAS0, mas0); in tid_flush()