Home
last modified time | relevance | path

Searched defs:PDC_ALIGNMENT (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/sys/arch/hppa/hppa/
H A Dautoconf.c200 struct pdc_memmap pdc_memmap PDC_ALIGNMENT; variable
201 struct pdc_sysmap_find pdc_find PDC_ALIGNMENT; variable
202 struct pdc_sysmap_addrs pdc_addr PDC_ALIGNMENT; variable
203 struct pdc_iodc_read pdc_iodc_read PDC_ALIGNMENT; variable
H A Dmachdep.c101 struct pdc_cache pdc_cache PDC_ALIGNMENT; variable
102 struct pdc_btlb pdc_btlb PDC_ALIGNMENT; variable
103 struct pdc_model pdc_model PDC_ALIGNMENT; variable
164 struct pdc_hwtlb pdc_hwtlb PDC_ALIGNMENT; variable
165 struct pdc_coherence pdc_coherence PDC_ALIGNMENT; variable
166 struct pdc_spidb pdc_spidbits PDC_ALIGNMENT; variable
167 struct pdc_model pdc_model PDC_ALIGNMENT; variable
398 struct pdc_cpuid pdc_cpuid PDC_ALIGNMENT; in cpuid() local
399 struct pdc_coproc pdc_coproc PDC_ALIGNMENT; in cpuid() local
H A Dmainbus.c68 struct pdc_hpa pdc_hpa PDC_ALIGNMENT; variable
69 struct pdc_power_info pdc_power_info PDC_ALIGNMENT; variable
70 struct pdc_chassis_info pdc_chassis_info PDC_ALIGNMENT; variable
71 struct pdc_chassis_lcd pdc_chassis_lcd PDC_ALIGNMENT; variable
H A Dmem.c172 struct pdc_iodc_minit pdc_minit PDC_ALIGNMENT; memattach() local
/openbsd-src/sys/arch/hppa/stand/libsa/
H A Dpdc.c427 struct pdc_cache pdc_cacheinfo PDC_ALIGNMENT; variable
/openbsd-src/sys/arch/hppa/dev/
H A Dclock.c77 struct pdc_tod tod PDC_ALIGNMENT; in pdc_gettime() local
H A Dapic.c261 struct pdc_pat_io_num int_tbl_sz PDC_ALIGNMENT; in apic_get_int_tbl() local
/openbsd-src/sys/arch/hppa/gsc/
H A Dif_ie_gsc.c297 struct pdc_lan_station_id pdc_mac PDC_ALIGNMENT; local
/openbsd-src/sys/arch/hppa/include/
H A Dpdc.h96 #define PDC_ALIGNMENT __attribute__ ((__aligned__(64))) macro