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

/linux-master/drivers/misc/cxl/
H A Dfault.c22 static bool sste_matches(struct cxl_sste *sste, struct copro_slb *slb) argument
24 return ((sste->vsid_data == cpu_to_be64(slb->vsid)) &&
25 (sste->esid_data == cpu_to_be64(slb->esid)));
35 struct cxl_sste *primary, *sste, *ret = NULL; local
47 for (entry = 0, sste = primary; entry < 8; entry++, sste++) {
48 if (!ret && !(be64_to_cpu(sste->esid_data) & SLB_ESID_V))
49 ret = sste;
50 if (sste_matches(sste, slb))
66 struct cxl_sste *sste; local
[all...]

Completed in 97 milliseconds