| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | ccompile.h | 123 #define __aligned(x) __attribute__((__aligned__(x))) macro 136 #define __aligned(x) 178 #define __cacheline_aligned __aligned(_CACHE_LINE_SIZE)
|
| H A D | cpu_uarray.h | 68 } cpu_uarray_t __aligned(CUA_ALIGN); typedef
|
| H A D | efi.h | 82 typedef struct uuid efi_guid_t __aligned(8); typedef
|
| /illumos-gate/usr/src/tools/smatch/src/validation/ |
| H A D | type-attribute-align.c | 1 #define __aligned(N) __attribute__((aligned(N))) macro 6 } __aligned(2*sizeof(short));
|
| /illumos-gate/usr/src/contrib/bhyve/dev/nvme/ |
| H A D | nvme.h | 857 } __aligned(8); 875 } __aligned(8); /* riscv: nvme_qpair_process_completions has better code gen */ 1410 } __packed __aligned(4); 1523 } __packed __aligned(4); 1582 } __packed __aligned(4); 1626 } __packed __aligned(8); 1639 } __packed __aligned(4); 1645 } __packed __aligned(4); 1653 } __packed __aligned(4); 1675 } __packed __aligned(4); [all …]
|
| /illumos-gate/usr/src/boot/sys/x86/include/ |
| H A D | signal.h | 82 int sc_fpstate[128] __aligned(16); 154 long sc_fpstate[64] __aligned(16);
|
| /illumos-gate/usr/src/boot/sys/sys/ |
| H A D | _mutex.h | 62 } __aligned(CACHE_LINE_SIZE);
|
| H A D | _rwlock.h | 60 } __aligned(CACHE_LINE_SIZE);
|
| H A D | cdefs.h | 213 #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 D | fp.h | 243 } __aligned(16); /* 512 bytes */ 298 } __aligned(64);
|
| /illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/ |
| H A D | smartpqi_hw.h | 143 __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 D | tftp.c | 143 } __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/cmd/bhyve/common/ |
| H A D | pci_xhci.h | 193 } __aligned(XHCI_DEV_CTX_ALIGN); 340 } __aligned(4);
|
| /illumos-gate/usr/src/compat/bhyve/sys/ |
| H A D | cdefs.h | 50 #define __aligned(x) __attribute__((__aligned__(x))) macro
|
| /illumos-gate/usr/src/boot/include/netinet/ |
| H A D | ip.h | 70 } __packed __aligned(2);
|
| H A D | in_pcb.h | 430 } __aligned(CACHE_LINE_SIZE);
|
| /illumos-gate/usr/src/uts/intel/io/vmm/amd/ |
| H A D | svm_softc.h | 58 } __aligned(PAGE_SIZE);
|
| H A D | amdvi_hw.c | 114 static struct amdvi_dte amdvi_dte[PCI_NUM_DEV_MAX] __aligned(PAGE_SIZE);
|
| /illumos-gate/usr/src/uts/intel/io/vmm/intel/ |
| H A D | vmx.h | 109 } __aligned(64);
|
| H A D | vtd.c | 142 static uint64_t root_table[PAGE_SIZE / sizeof (uint64_t)] __aligned(4096); 143 static uint64_t ctx_tables[256][PAGE_SIZE / sizeof (uint64_t)] __aligned(4096);
|
| /illumos-gate/usr/src/lib/libmvec/common/ |
| H A D | __vrhypotf.c | 83 static const double __vlibm_TBL_rhypotf[] __aligned(32) = {
|
| /illumos-gate/usr/src/contrib/bhyve/dev/usb/ |
| H A D | usbdi.h | 333 } __aligned(32);
|
| /illumos-gate/usr/src/contrib/bhyve/sys/ |
| H A D | ata.h | 313 } __packed __aligned(2);
|
| /illumos-gate/usr/src/uts/i86pc/dboot/ |
| H A D | dboot_startkern.c | 147 static boot_framebuffer_t framebuffer __aligned(16); 160 struct xboot_info boot_info __aligned(16);
|
| /illumos-gate/usr/src/uts/i86pc/os/ |
| H A D | mp_startup.c | 87 struct cpu cpus[1] __aligned(MMU_PAGESIZE);
|