Home
last modified time | relevance | path

Searched refs:PDC_ALIGNMENT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/hppa/dev/
H A Dpdc.c64 static struct pdc_result pdcret1 PDC_ALIGNMENT; variable
65 static struct pdc_result pdcret2 PDC_ALIGNMENT; variable
66 static char pdc_consbuf[IODC_MINIOSIZ] PDC_ALIGNMENT;
985 static struct pdc_pat_pci_rt int_tbl[MAX_INT_TBL_SZ] PDC_ALIGNMENT; in pdcproc_pci_gettable()
/netbsd-src/sys/arch/hppa/stand/common/
H A Dpdc.c83 int pdcbuf[64] PDC_ALIGNMENT;/* PDC return buffer */
422 struct pdc_cache pdc_cacheinfo PDC_ALIGNMENT; variable
/netbsd-src/sys/arch/hppa/include/
H A Dpdc.h97 #define PDC_ALIGNMENT __attribute__ ((__aligned__(64))) macro