Searched defs:PDC_ALIGNMENT (Results 1 – 9 of 9) sorted by relevance
200 struct pdc_memmap pdc_memmap PDC_ALIGNMENT; variable201 struct pdc_sysmap_find pdc_find PDC_ALIGNMENT; variable202 struct pdc_sysmap_addrs pdc_addr PDC_ALIGNMENT; variable203 struct pdc_iodc_read pdc_iodc_read PDC_ALIGNMENT; variable
101 struct pdc_cache pdc_cache PDC_ALIGNMENT; variable102 struct pdc_btlb pdc_btlb PDC_ALIGNMENT; variable103 struct pdc_model pdc_model PDC_ALIGNMENT; variable164 struct pdc_hwtlb pdc_hwtlb PDC_ALIGNMENT; variable165 struct pdc_coherence pdc_coherence PDC_ALIGNMENT; variable166 struct pdc_spidb pdc_spidbits PDC_ALIGNMENT; variable167 struct pdc_model pdc_model PDC_ALIGNMENT; variable398 struct pdc_cpuid pdc_cpuid PDC_ALIGNMENT; in cpuid() local399 struct pdc_coproc pdc_coproc PDC_ALIGNMENT; in cpuid() local
68 struct pdc_hpa pdc_hpa PDC_ALIGNMENT; variable69 struct pdc_power_info pdc_power_info PDC_ALIGNMENT; variable70 struct pdc_chassis_info pdc_chassis_info PDC_ALIGNMENT; variable71 struct pdc_chassis_lcd pdc_chassis_lcd PDC_ALIGNMENT; variable
172 struct pdc_iodc_minit pdc_minit PDC_ALIGNMENT; memattach() local
427 struct pdc_cache pdc_cacheinfo PDC_ALIGNMENT; variable
77 struct pdc_tod tod PDC_ALIGNMENT; in pdc_gettime() local
261 struct pdc_pat_io_num int_tbl_sz PDC_ALIGNMENT; in apic_get_int_tbl() local
297 struct pdc_lan_station_id pdc_mac PDC_ALIGNMENT; local
96 #define PDC_ALIGNMENT __attribute__ ((__aligned__(64))) macro