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

/openbsd-current/sys/arch/sparc64/dev/
H A Diommuvar.h123 int64_t *is_tsb; /* TSB virtual address */ member in struct:iommu_state
H A Diommu.c200 is->is_tsb = (int64_t *)va;
214 memset(is->is_tsb, 0, size);
238 (void *)is->is_tsb, (unsigned long long)is->is_ptsb);
333 volatile int64_t *tte_ptr = &is->is_tsb[IOTSBSLOT(va,is->is_tsbsize)];
374 (void *)(u_long)&is->is_tsb[IOTSBSLOT(va,is->is_tsbsize)],
390 int64_t *tte_ptr = &is->is_tsb[IOTSBSLOT(va, is->is_tsbsize)];
440 tte = is->is_tsb[IOTSBSLOT(dva, is->is_tsbsize)];
454 tte = is->is_tsb[IOTSBSLOT(dva, is->is_tsbsize)];
485 tte = is->is_tsb[IOTSBSLOT(dva,is->is_tsbsize)];
1609 if ((is->is_tsb[IOTSBSLO
[all...]

Completed in 171 milliseconds