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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgruhandles.c151 int tgh_invalidate(struct gru_tlb_global_handle *tgh, argument
156 tgh->vaddr = vaddr;
157 tgh->asid = asid;
158 tgh->pagesize = pagesize;
159 tgh->n = n;
160 tgh->global = global;
161 tgh->vaddrmask = vaddrmask;
162 tgh->ctxbitmap = ctxbitmap;
163 tgh->opc = TGHOP_TLBINV;
164 start_instruction(tgh);
[all...]
H A Dgrutlbpurge.c78 struct gru_tlb_global_handle *tgh; local
86 tgh = get_tgh_by_index(gru, n);
87 lock_tgh_handle(tgh);
89 return tgh;
92 static void get_unlock_tgh_handle(struct gru_tlb_global_handle *tgh) argument
94 unlock_tgh_handle(tgh);
163 struct gru_tlb_global_handle *tgh; local
189 tgh = get_lock_tgh_handle(gru);
190 tgh_invalidate(tgh, start, ~0, asid, grupagesize, 0,
192 get_unlock_tgh_handle(tgh);
211 struct gru_tlb_global_handle *tgh; local
[all...]
H A Dgrukdump.c101 struct gru_tlb_global_handle *tgh; local
109 tgh = get_tgh(gru->gs_gru_base_vaddr, i);
110 if (gru_user_copy_handle(&ubuf, tgh))
H A Dgrutables.h597 static inline void lock_tgh_handle(struct gru_tlb_global_handle *tgh) argument
599 __lock_handle(tgh);
602 static inline void unlock_tgh_handle(struct gru_tlb_global_handle *tgh) argument
604 __unlock_handle(tgh);
H A Dgruhandles.h520 int tgh_invalidate(struct gru_tlb_global_handle *tgh, unsigned long vaddr,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-dev.h225 struct iwl4965_channel_tgh_info tgh; member in struct:iwl_channel_info

Completed in 120 milliseconds