Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dhtab.c74 static long hpte_remove(unsigned long hpte_group);
75 static long rpa_lpar_hpte_remove(unsigned long hpte_group);
76 static long iSeries_hpte_remove(unsigned long hpte_group);
1053 unsigned long hpte_group; in hpte_insert() local
1057 hpte_group = ((hash & htab_data.htab_hash_mask) * in hpte_insert()
1059 hptep = htab_data.htab + hpte_group; in hpte_insert()
1074 hpte_group = ((~hash & htab_data.htab_hash_mask) * in hpte_insert()
1076 hptep = htab_data.htab + hpte_group; in hpte_insert()
1090 hpte_group=((hash & htab_data.htab_hash_mask)* in hpte_insert()
1093 hpte_remove(hpte_group); in hpte_insert()
[all …]
/linux-2.4.37.9/include/asm-ppc64/
Dmachdep.h41 long (*hpte_remove)(unsigned long hpte_group);