HomeSort by: relevance | last modified time | path
    Searched refs:STIC_KSEG_TO_PHYS (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/tc/
sticvar.h 36 #define STIC_KSEG_TO_PHYS(x) MIPS_KSEG0_TO_PHYS(x)
38 #define STIC_KSEG_TO_PHYS(x) ALPHA_K0SEG_TO_PHYS((vaddr_t)x)
px.c 201 bpa = (STIC_KSEG_TO_PHYS(bva) + PX_BUF_ALIGN - 1) &
331 v = (u_long)STIC_KSEG_TO_PHYS(buf);
pxg.c 196 si->si_buf_phys = STIC_KSEG_TO_PHYS(si->si_buf);
stic.c 1482 pa = STIC_KSEG_TO_PHYS(si->si_stic);
1488 pa = STIC_KSEG_TO_PHYS(si->si_slotbase);

Completed in 80 milliseconds