Lines Matching refs:iodcio_t
268 if ((error = pdc_call((iodcio_t)pdc, 0, PDC_CACHE, PDC_CACHE_DFLT, in hppa_init()
281 error = pdc_call((iodcio_t)pdc, 0, PDC_CACHE, PDC_CACHE_SETCS, in hppa_init()
288 error = pdc_call((iodcio_t)pdc, 0, PDC_CACHE, PDC_CACHE_GETSPIDB, in hppa_init()
303 if (pdc_call((iodcio_t)pdc, 0, PDC_INSTR, PDC_INSTR_DFLT, p)) in hppa_init()
367 pdc_call((iodcio_t)pdc, 0, PDC_CHASSIS, PDC_CHASSIS_DISP, in hppa_init()
409 if ((error = pdc_call((iodcio_t)pdc, 0, PDC_MODEL, PDC_MODEL_INFO, in cpuid()
418 if (pdc_call((iodcio_t)pdc, 0, PDC_MODEL, PDC_MODEL_CPUID, in cpuid()
431 if ((error = pdc_call((iodcio_t)pdc, 0, PDC_COPROC, PDC_COPROC_DFLT, in cpuid()
463 (error = pdc_call((iodcio_t)pdc, 0, PDC_BLOCK_TLB, in cpuid()
482 if (pdc_call((iodcio_t)pdc, 0, PDC_BLOCK_TLB, in cpuid()
490 if (!pdc_call((iodcio_t)pdc, 0, PDC_TLB, PDC_TLB_INFO, &pdc_hwtlb) && in cpuid()
762 return pdc_call((iodcio_t)pdc, 0, PDC_TLB, PDC_TLB_CONFIG, in hpti_g()
777 if ((error = pdc_call((iodcio_t)pdc, 0, PDC_BLOCK_TLB, PDC_BTLB_INSERT, in ibtlb_g()
941 pdc_call((iodcio_t)pdc, 0, PDC_BROADCAST_RESET, PDC_DO_RESET); in boot()