Searched refs:PS3_LPAR_VAS_ID_CURRENT (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/powerpc/platforms/ps3/ |
D | htab.c | 40 PS3_LPAR_VAS_ID_CURRENT = 0, enumerator 70 result = lv1_insert_htab_entry(PS3_LPAR_VAS_ID_CURRENT, hpte_group, in ps3_hpte_insert() 86 result = lv1_read_htab_entries(PS3_LPAR_VAS_ID_CURRENT, in ps3_hpte_insert() 122 result = lv1_read_htab_entries(PS3_LPAR_VAS_ID_CURRENT, slot & ~0x3UL, in ps3_hpte_updatepp() 147 result = lv1_write_htab_entry(PS3_LPAR_VAS_ID_CURRENT, in ps3_hpte_updatepp() 170 result = lv1_write_htab_entry(PS3_LPAR_VAS_ID_CURRENT, slot, 0, 0); in ps3_hpte_invalidate() 187 lv1_write_htab_entry(PS3_LPAR_VAS_ID_CURRENT, i, 0, 0); in ps3_hpte_clear()
|