Home
last modified time | relevance | path

Searched refs:apic_mp_cnf_hdr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c93 static void apic_set_pwroff_method_from_mpcnfhdr(struct apic_mp_cnf_hdr *hdrp);
342 struct apic_mp_cnf_hdr *hdrp; in apic_probe_common()
487 hdrp = (struct apic_mp_cnf_hdr *)psm_map_phys(mpct_addr, in apic_probe_common()
488 sizeof (struct apic_mp_cnf_hdr), PROT_READ); in apic_probe_common()
494 psm_unmap_phys((caddr_t)hdrp, sizeof (struct apic_mp_cnf_hdr)); in apic_probe_common()
502 psm_unmap_phys((caddr_t)hdrp, sizeof (struct apic_mp_cnf_hdr)); in apic_probe_common()
522 hdrp = (struct apic_mp_cnf_hdr *)mpct; in apic_probe_common()
573 apic_set_pwroff_method_from_mpcnfhdr(struct apic_mp_cnf_hdr *hdrp) in apic_set_pwroff_method_from_mpcnfhdr()
1154 procp = (struct apic_procent *)(mpct + sizeof (struct apic_mp_cnf_hdr)); in apic_parse_mpct()
1185 procp = (struct apic_procent *)(mpct + sizeof (struct apic_mp_cnf_hdr)); in apic_parse_mpct()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h215 struct apic_mp_cnf_hdr { struct