Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/sys/
H A Dccompile.h123 #define __aligned(x) __attribute__((__aligned__(x))) macro
136 #define __aligned(x)
178 #define __cacheline_aligned __aligned(_CACHE_LINE_SIZE)
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/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/contrib/bhyve/dev/nvme/
H A Dnvme.h857 } __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 Dsignal.h82 int sc_fpstate[128] __aligned(16);
154 long sc_fpstate[64] __aligned(16);
/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.h243 } __aligned(16); /* 512 bytes */
298 } __aligned(64);
/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/cmd/bhyve/common/
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/amd/
H A Dsvm_softc.h58 } __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/uts/intel/io/vmm/intel/
H A Dvmx.h109 } __aligned(64);
H A Dvtd.c142 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.c83 static const double __vlibm_TBL_rhypotf[] __aligned(32) = {
/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.c147 static boot_framebuffer_t framebuffer __aligned(16);
160 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