Searched refs:ctx_map (Results 1 – 2 of 2) sorted by relevance
46 static unsigned long ctx_map; variable116 unsigned long map = ctx_map; in omap_vrfb_restore_context()261 BUG_ON(!(ctx_map & (1 << ctx))); in omap_vrfb_release_ctx()263 clear_bit(ctx, &ctx_map); in omap_vrfb_release_ctx()290 if ((ctx_map & (1 << ctx)) == 0) in omap_vrfb_request_ctx()301 set_bit(ctx, &ctx_map); in omap_vrfb_request_ctx()
1661 dma_addr_t ctx_map; in cnic_get_bnx2x_ctx() local1671 ctx_map = cp->ctx_arr[blk].mapping + align_off + in cnic_get_bnx2x_ctx()1678 ctx_addr->lo = ctx_map & 0xffffffff; in cnic_get_bnx2x_ctx()1679 ctx_addr->hi = (u64) ctx_map >> 32; in cnic_get_bnx2x_ctx()