HomeSort by: relevance | last modified time | path
    Searched defs:PDC_ALIGNMENT (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hppa/stand/common/
pdc.c 83 int pdcbuf[64] PDC_ALIGNMENT;/* PDC return buffer */
422 struct pdc_cache pdc_cacheinfo PDC_ALIGNMENT;
  /src/sys/arch/hppa/dev/
pdc.c 65 static struct pdc_result pdcret1 PDC_ALIGNMENT;
66 static struct pdc_result pdcret2 PDC_ALIGNMENT;
67 static char pdc_consbuf[IODC_MINIOSIZ] PDC_ALIGNMENT;
987 static struct pdc_pat_pci_rt int_tbl[MAX_INT_TBL_SZ] PDC_ALIGNMENT;
  /src/sys/arch/hppa/include/
pdc.h 97 #define PDC_ALIGNMENT __attribute__ ((__aligned__(64)))

Completed in 53 milliseconds