HomeSort by: relevance | last modified time | path
    Searched defs:KERN_PHYSTOV (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/riscv/include/
machdep.h 59 #define KERN_PHYSTOV(pa) riscv_kern_phystov((paddr_t)pa)
  /src/sys/arch/aarch64/include/
machdep.h 58 #define KERN_PHYSTOV(pa) aarch64_kern_phystov(pa)
  /src/sys/arch/arm/include/arm32/
machdep.h 93 #define KERN_PHYSTOV(pa) aarch32_kern_phystov(pa)

Completed in 11 milliseconds