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

  /src/sys/arch/mips/cavium/
octeon_cpunode.c 126 const uint64_t cvmctl = mips_cp0_cvmctl_read(); local in function:cpunode_mainbus_attach
127 aprint_normal(", %scrypto", (cvmctl & CP0_CVMCTL_NOCRYPTO) ? "no " : "");
128 aprint_normal((cvmctl & CP0_CVMCTL_KASUMI) ? "+kasumi" : "");
129 aprint_normal(", %s64bit-mul", (cvmctl & CP0_CVMCTL_NOMUL) ? "no " : "");
130 if (cvmctl & CP0_CVMCTL_REPUN)
octeon_cpunode.c 126 const uint64_t cvmctl = mips_cp0_cvmctl_read(); local in function:cpunode_mainbus_attach
127 aprint_normal(", %scrypto", (cvmctl & CP0_CVMCTL_NOCRYPTO) ? "no " : "");
128 aprint_normal((cvmctl & CP0_CVMCTL_KASUMI) ? "+kasumi" : "");
129 aprint_normal(", %s64bit-mul", (cvmctl & CP0_CVMCTL_NOMUL) ? "no " : "");
130 if (cvmctl & CP0_CVMCTL_REPUN)

Completed in 26 milliseconds