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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A DMakefile8 obj-y := ultra.o tlb.o tsb.o fault.o init.o generic.o
H A Dtsb.c1 /* arch/sparc64/mm/tsb.c
13 #include <asm/tsb.h>
16 extern struct tsb swapper_tsb[KERNEL_TSB_NENTRIES];
41 struct tsb *ent = &swapper_tsb[hash];
50 static void __flush_tsb_one(struct mmu_gather *mp, unsigned long hash_shift, unsigned long tsb, unsigned long nentries) argument
61 ent = tsb + (hash * sizeof(struct tsb));
75 base = (unsigned long) mm->context.tsb_block[MM_TSB_BASE].tsb;
82 if (mm->context.tsb_block[MM_TSB_HUGE].tsb) {
83 base = (unsigned long) mm->context.tsb_block[MM_TSB_HUGE].tsb;
[all...]
H A Dinit.c44 #include <asm/tsb.h>
68 extern struct tsb swapper_4m_tsb[KERNEL_TSB4M_NENTRIES];
251 static inline void tsb_insert(struct tsb *ent, unsigned long tag, unsigned long pte)
267 struct tsb *tsb; local
305 if (mm->context.tsb_block[MM_TSB_HUGE].tsb != NULL) {
316 tsb = mm->context.tsb_block[tsb_index].tsb;
317 tsb += ((address >> tsb_hash_shift) &
320 tsb_insert(tsb, ta
[all...]
H A Dhugetlbpage.c315 if (likely(tp->tsb != NULL))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dmmu.h83 struct tsb { struct
90 extern void tsb_init(struct tsb *tsb, unsigned long size);
93 struct tsb *tsb; member in struct:tsb_config
H A Dmmu_context.h42 (mm->context.tsb_block[1].tsb ?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A DMakefile47 head.o: head.S ttable.S itlb_miss.S dtlb_miss.S ktlb.S tsb.S \
H A Dktlb.S13 #include <asm/tsb.h>
H A Dtsb.S0 /* tsb.S: Sparc64 TSB table handling.
7 #include <asm/tsb.h>
438 add %o0, %o1, %g1 /* end of old tsb */
440 sub %o3, 1, %o3 /* %o3 == new tsb hash mask */
470 sllx %o4, 4, %o4 /* Shift back up into tsb ent offset */
H A Dtraps.c2559 offsetof(struct tsb_config, tsb)) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dibmmca.c302 struct im_tsb tsb; /* SCSI command complete status block structure */ member in struct:logical_device
572 printk(KERN_ERR " SCB-tsb address.............: %lx\n", ld(ihost_index)[ldn].scb.tsb_adr);
676 printk("cmd=%02x ireg=%02x ds=%02x cs=%02x de=%02x ce=%02x\n", cmd->cmnd[0], intr_reg, ld(ihost_index)[ldn].tsb.dev_status, ld(ihost_index)[ldn].tsb.cmd_status, ld(ihost_index)[ldn].tsb.dev_error, ld(ihost_index)[ldn].tsb.cmd_error);
690 cmd->result = (unsigned char) (ld(ihost_index)[ldn].tsb.dev_status & 0x1e);
733 struct im_tsb *tsb; local
737 tsb = &(ld(host_index)[ldn].tsb);
770 struct im_tsb *tsb; local
807 struct im_tsb *tsb; local
[all...]

Completed in 97 milliseconds