Searched refs:tsb_bytes (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dtsb.c118 static void setup_tsb_params(struct mm_struct *mm, unsigned long tsb_idx, unsigned long tsb_bytes) argument
124 tsb_bytes / sizeof(struct tsb);
129 BUG_ON(tsb_paddr & (tsb_bytes - 1UL));
134 switch (tsb_bytes) {
180 current->comm, current->pid, tsb_bytes);
219 hp->num_ttes = tsb_bytes / 16;

Completed in 55 milliseconds