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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/mm/
H A Dtlb.c21 * page_id that has to match to give a hit. In page_id_map, we keep track
22 * of which mm's we have assigned which page_id's, so that we know when
25 * The last page_id is never running - it is used as an invalid page_id
48 *R_TLB_HI = ( IO_FIELD(R_TLB_HI, page_id, INVALID_PAGEID ) |
67 int page_id = mm->context.page_id; local
70 D(printk("tlb: flush mm context %d (%p)\n", page_id, mm));
72 if(page_id == NO_CONTEXT)
75 /* mark the TLB entries that match the page_id a
104 int page_id = mm->context.page_id; local
[all...]
H A Dfault.c45 int page_id; local
61 page_id = IO_EXTRACT(R_MMU_CAUSE, page_id, cause);
71 regs->irp, address, miss, inv, we, acc, index, page_id));
H A Dinit.c152 *R_MMU_CONTEXT = ( IO_FIELD(R_MMU_CONTEXT, page_id, 0 ) );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/mm/
H A Dtlb.c18 * page_id that has to match to give a hit. In page_id_map, we keep track
19 * of which mm's we have assigned which page_id's, so that we know when
22 * The last page_id is never running - it is used as an invalid page_id
52 old_mm->context.page_id = NO_CONTEXT;
57 mm->context.page_id = map_replace_ptr;
73 if(mm->context.page_id == NO_CONTEXT)
88 if(mm->context.page_id != NO_CONTEXT) {
89 D(printk("destroy_context %d (%p)\n", mm->context.page_id, mm));
91 page_id_map[mm->context.page_id]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/mm/
H A Dtlb.c31 * context is found in the PID register. Each TLB entry contains a page_id that
33 * mm's is assigned to which page_id's, making sure it's known when to
36 * The last page_id is never running, it is used as an invalid page_id so that
84 unsigned long page_id; local
88 page_id = mm->context.page_id;
90 if (page_id == NO_CONTEXT)
93 /* Mark the TLB entries that match the page_id as invalid. */
101 /* Get the page_id */
125 unsigned long page_id; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddvbsub.c201 int page_id, region_id, clut_id, object_id, i, bpp_index, page_state; local
206 page_id = 1;
217 bytestream_put_be16(&q, page_id);
254 bytestream_put_be16(&q, page_id);
298 bytestream_put_be16(&q, page_id);
338 bytestream_put_be16(&q, page_id);
381 bytestream_put_be16(&q, page_id);
H A Ddvbsubdec.c1354 int page_id; local
1382 page_id = AV_RB16(p);
1387 if (page_id == ctx->composition_id || page_id == ctx->ancillary_id) {
1407 segment_type, page_id, segment_length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Dmmu.h12 unsigned int page_id; member in struct:__anon8060
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dmmu.h7 unsigned int page_id; member in struct:__anon8674

Completed in 66 milliseconds