Home
last modified time | relevance | path

Searched refs:__aligned (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dtype-attribute-align.c1 #define __aligned(N) __attribute__((aligned(N))) macro
6 } __aligned(2*sizeof(short));
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dsignal.h82 int sc_fpstate[128] __aligned(16);
154 long sc_fpstate[64] __aligned(16);
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h1226 } __packed __aligned(4);
1339 } __packed __aligned(4);
1397 } __packed __aligned(4);
1441 } __packed __aligned(4);
1453 } __packed __aligned(4);
1459 } __packed __aligned(4);
1467 } __packed __aligned(4);
1489 } __packed __aligned(4);
1504 } __packed __aligned(4);
1520 } __packed __aligned(4);
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dccompile.h120 #define __aligned(x) __attribute__((__aligned__(x))) macro
133 #define __aligned(x)
H A Dcpu_uarray.h68 } cpu_uarray_t __aligned(CUA_ALIGN); typedef
H A Defi.h82 typedef struct uuid efi_guid_t __aligned(8); typedef
/illumos-gate/usr/src/boot/sys/sys/
H A D_mutex.h62 } __aligned(CACHE_LINE_SIZE);
H A D_rwlock.h60 } __aligned(CACHE_LINE_SIZE);
H A Dcdefs.h213 #define __aligned(x) macro
237 #define __aligned(x) __attribute__((__aligned__(x))) macro
270 #define _Alignas(x) __aligned(x)
/illumos-gate/usr/src/uts/intel/sys/
H A Dfp.h242 } __aligned(16); /* 512 bytes */
297 } __aligned(64);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Daggsum.h35 } aggsum_bucket_t __aligned(CACHE_LINE_SIZE); typedef
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_hw.h143 __aligned(PQI_QUEUE_ELEMENT_ARRAY_ALIGNMENT)
146 __aligned(PQI_QUEUE_ELEMENT_ARRAY_ALIGNMENT)
149 __aligned(PQI_ADMIN_INDEX_ALIGNMENT) pqi_index_t iq_ci;
150 __aligned(PQI_ADMIN_INDEX_ALIGNMENT) pqi_index_t oq_pi;
/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c143 } __packed __aligned(4) wbuf; in tftp_senderr()
168 } __packed __aligned(4) wbuf; in tftp_sendack()
294 } __packed __aligned(4) wbuf; in tftp_makereq()
389 } __packed __aligned(4) wbuf; in tftp_getnextblock()
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Dsvm_softc.h54 } __aligned(PAGE_SIZE);
H A Damdvi_hw.c114 static struct amdvi_dte amdvi_dte[PCI_NUM_DEV_MAX] __aligned(PAGE_SIZE);
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.h193 } __aligned(XHCI_DEV_CTX_ALIGN);
340 } __aligned(4);
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dcdefs.h50 #define __aligned(x) __attribute__((__aligned__(x))) macro
/illumos-gate/usr/src/boot/include/netinet/
H A Dip.h70 } __packed __aligned(2);
H A Din_pcb.h430 } __aligned(CACHE_LINE_SIZE);
/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmx.h106 } __aligned(64);
H A Dvtd.c139 static uint64_t root_table[PAGE_SIZE / sizeof (uint64_t)] __aligned(4096);
140 static uint64_t ctx_tables[256][PAGE_SIZE / sizeof (uint64_t)] __aligned(4096);
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusbdi.h333 } __aligned(32);
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Data.h313 } __packed __aligned(2);
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c148 static boot_framebuffer_t framebuffer __aligned(16);
161 struct xboot_info boot_info __aligned(16);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c87 struct cpu cpus[1] __aligned(MMU_PAGESIZE);

12