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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/asm/
H A Dprocessor.h46 struct tile_dma_state { struct
92 struct tile_dma_state tile_dma_state; member in struct:thread_struct
H A Dmmu_context.h81 if (current->thread.tile_dma_state.enabled)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/include/asm/
H A Dprocessor.h46 struct tile_dma_state { struct
92 struct tile_dma_state tile_dma_state; member in struct:thread_struct
H A Dmmu_context.h81 if (current->thread.tile_dma_state.enabled)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/kernel/
H A Dprocess.c230 memset(&p->thread.tile_dma_state, 0, sizeof(struct tile_dma_state));
312 static void save_tile_dma_state(struct tile_dma_state *dma)
347 const struct tile_dma_state *dma = &t->tile_dma_state;
451 struct tile_dma_state *dma = &current->thread.tile_dma_state;
483 if (next->thread.tile_dma_state.enabled) {
H A Dtraps.c92 BUG_ON(current->thread.tile_dma_state.enabled);
93 current->thread.tile_dma_state.enabled = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/kernel/
H A Dprocess.c230 memset(&p->thread.tile_dma_state, 0, sizeof(struct tile_dma_state));
312 static void save_tile_dma_state(struct tile_dma_state *dma)
347 const struct tile_dma_state *dma = &t->tile_dma_state;
451 struct tile_dma_state *dma = &current->thread.tile_dma_state;
483 if (next->thread.tile_dma_state.enabled) {
H A Dtraps.c92 BUG_ON(current->thread.tile_dma_state.enabled);
93 current->thread.tile_dma_state.enabled = 1;

Completed in 187 milliseconds