Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dhtab.c68 void make_pte(HPTE *htab, unsigned long va, unsigned long pa,
105 HPTE *htab = (HPTE *)__v2a(htab_data.htab); in create_pte_mapping() local
116 make_pte(htab, va, (unsigned long)__v2a(addr), in create_pte_mapping()
169 htab_data.htab = (HPTE *)__a2v(table); in htab_initialize()
178 htab_data.htab = NULL; in htab_initialize()
216 void make_pte(HPTE *htab, unsigned long va, unsigned long pa, in make_pte() argument
242 hptep = htab + ((hash & hash_mask)*HPTES_PER_GROUP); in make_pte()
688 hptep = htab_data.htab + slot; in hpte_find()
778 HPTE *hptep = htab_data.htab + slot; in hpte_invalidate()
865 HPTE *hptep = htab_data.htab + slot; in hpte_updatepp()
[all …]
DMakefile24 align.o semaphore.o bitops.o stab.o htab.o pacaData.o \
Dsetup.c177 printk("htab_data.htab = 0x%p\n", htab_data.htab); in setup_system()
DiSeries_setup.c507 htab_data.htab = NULL; in build_iSeries_Memory_Map()
/linux-2.4.37.9/arch/ppc/kernel/
Dprom_init.c649 static inline void make_pte(unsigned long htab, unsigned int hsize, in make_pte() argument
657 pteg = (unsigned int *)(htab + (hash & (hsize - 1))); in make_pte()
675 unsigned long htab; in prom_alloc_htab() local
689 htab = (8 << 20); in prom_alloc_htab()
690 call_prom("claim", 3, 1, htab, hsize, 0); in prom_alloc_htab()
691 Hash = (void *)(htab + KERNELBASE); in prom_alloc_htab()
693 _SDR1 = htab + __ilog2(hsize) - 18; in prom_alloc_htab()
698 cacheable_memzero((void *)htab, hsize); in prom_alloc_htab()
700 make_pte(htab, hsize, addr + KERNELBASE, addr, in prom_alloc_htab()
702 make_pte(htab, hsize, 0x80013000, 0x80013000, in prom_alloc_htab()
/linux-2.4.37.9/arch/ppc64/xmon/
Dxmon.c1247 unsigned *htab = Hash; in dump_hash_table_seg() local
1260 hg = htab + (((v ^ seg) & hmask) * 16); in dump_hash_table_seg()
1270 hg = htab + ((~(v ^ seg) & hmask) * 16); in dump_hash_table_seg()
1306 unsigned *htab = Hash; in dump_hash_table_seg() local
1319 hg = htab + (((v ^ seg) & hmask) * 32); in dump_hash_table_seg()
1329 hg = htab + ((~(v ^ seg) & hmask) * 32); in dump_hash_table_seg()
2234 hpte = htab_data.htab + hpteg_slot_primary; in mem_translate()
2236 printf("htab base : %.16lx\n", htab_data.htab); in mem_translate()
2263 hpte = htab_data.htab + hpteg_slot_secondary; in mem_translate()
2306 htab_end = (unsigned long)htab_data.htab + htab_size_bytes; in mem_check()
[all …]
/linux-2.4.37.9/arch/ppc/xmon/
Dxmon.c955 void *htab = Hash; in dump_hash_table_seg() local
969 hg = htab + (((v ^ seg) & hmask) * 16); in dump_hash_table_seg()
979 hg = htab + ((~(v ^ seg) & hmask) * 16); in dump_hash_table_seg()
1013 void *htab = Hash; in dump_hash_table_seg() local
1027 hg = htab + (((v ^ seg) & hmask) * 32); in dump_hash_table_seg()
1037 hg = htab + ((~(v ^ seg) & hmask) * 32); in dump_hash_table_seg()
/linux-2.4.37.9/Documentation/sysctl/
Dkernel.txt24 - htab-reclaim [ PPC only ]
100 htab-reclaim: (PPC only)
102 Setting this to a non-zero value, the PowerPC htab
/linux-2.4.37.9/drivers/isdn/
Disdn_bsdcomp.c319 static unsigned int htab[][2] = { in bsd_alloc() local
333 hsize = htab[bits-9][0]; in bsd_alloc()
334 hshift = htab[bits-9][1]; in bsd_alloc()
/linux-2.4.37.9/include/asm-ppc64/
Dmmu.h172 HPTE * htab; member
Dpgtable.h442 extern void make_pte(HPTE * htab, unsigned long va, unsigned long pa,
/linux-2.4.37.9/arch/ppc64/mm/
Dinit.c261 make_pte(htab_data.htab, in map_io_page()