Home | History | Annotate | Download | only in arm32

Lines Matching refs:dv

87 cpu_attach(device_t dv, cpuid_t id)
89 const char * const xname = device_xname(dv);
90 const int unit = device_unit(dv);
134 ci->ci_dev = dv;
135 device_set_private(dv, ci);
147 ci->ci_dev = dv;
148 device_set_private(dv, ci);
203 identify_arm_cpu(dv, ci);
208 aprint_normal_dev(dv, "SA-110 with bugged STM^ instruction\n");
216 aprint_normal_dev(dv, "ARM810 cp15=%02x", clock);
241 cpu_rescan(device_t dv, const char *ifattr, const int *locators)
247 cpu_childdetached(device_t dv, device_t child)
624 print_cache_info(device_t dv, struct arm_cache_info *info, u_int level)
627 aprint_normal_dev(dv, "L%u %dKB/%dB %d-way (%u set) %s %cI%cT Unified cache\n",
638 aprint_normal_dev(dv, "L%u %dKB/%dB %d-way (%u set) %cI%cT Instruction cache\n",
647 aprint_normal_dev(dv, "L%u %dKB/%dB %d-way (%u set) %s %cI%cT Data cache\n",
685 identify_arm_cpu(device_t dv, struct cpu_info *ci)
688 const char * const xname = device_xname(dv);
717 aprint_debug_dev(dv, "midr: %#x\n", arm_cpuid);
774 identify_features(dv, ci);
780 print_cache_info(dv, &arm_pcache, 0);
783 print_cache_info(dv, &arm_scache, 1);
834 aprint_error_dev(dv, "%s does not fully support this CPU.\n",
837 aprint_error_dev(dv, "This kernel does not fully support "
839 aprint_normal_dev(dv, "Recompile with \"options %s\" to "
853 identify_features(device_t dv, struct cpu_info *ci)
855 const int unit = device_unit(dv);
857 aprint_debug_dev(dv, "sctlr: %#x\n", ci->ci_ctrl);
858 aprint_debug_dev(dv, "actlr: %#x\n", ci->ci_actlr);
859 aprint_debug_dev(dv, "revidr: %#x\n", ci->ci_revidr);
861 aprint_debug_dev(dv, "mpidr: %#x\n", ci->ci_mpidr);
903 aprint_debug_dev(dv,
911 aprint_debug_dev(dv,
915 aprint_debug_dev(dv,