Searched refs:gpc_map (Results 1 - 2 of 2) sorted by relevance

/linux-master/virt/kvm/
H A Dpfncache.c99 static void *gpc_map(kvm_pfn_t pfn) function
213 new_khva = gpc_map(new_pfn);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c1920 u8 gpc_map[GPC_MAX]; local
1946 gpc_map[i] = i;
1951 if (gr->tpc_nr[gpc_map[i + 1]] >
1952 gr->tpc_nr[gpc_map[i + 0]]) {
1953 u8 swap = gpc_map[i];
1954 gpc_map[i + 0] = gpc_map[i + 1];
1955 gpc_map[i + 1] = swap;
1971 init_frac[i] = gr->tpc_nr[gpc_map[i]] * gr->gpc_nr * mul_factor;
1979 gr->tile[i++] = gpc_map[
[all...]

Completed in 171 milliseconds