Searched refs:ctx_map (Results 1 – 2 of 2) sorted by relevance
59 static unsigned long ctx_map; variable105 unsigned long map = ctx_map; in omap_vrfb_restore_context()248 BUG_ON(!(ctx_map & (1 << ctx))); in omap_vrfb_release_ctx()250 clear_bit(ctx, &ctx_map); in omap_vrfb_release_ctx()277 if ((ctx_map & (1 << ctx)) == 0) in omap_vrfb_request_ctx()288 set_bit(ctx, &ctx_map); in omap_vrfb_request_ctx()
1541 dma_addr_t ctx_map; in cnic_get_bnx2x_ctx() local1551 ctx_map = cp->ctx_arr[blk].mapping + align_off + in cnic_get_bnx2x_ctx()1558 ctx_addr->lo = ctx_map & 0xffffffff; in cnic_get_bnx2x_ctx()1559 ctx_addr->hi = (u64) ctx_map >> 32; in cnic_get_bnx2x_ctx()