Symbol: __aligned
usr/src/boot/include/netinet/in_pcb.h
430
} __aligned(CACHE_LINE_SIZE);
usr/src/boot/include/netinet/ip.h
70
} __packed __aligned(2);
usr/src/boot/libsa/tftp.c
143
} __packed __aligned(4) wbuf;
usr/src/boot/libsa/tftp.c
168
} __packed __aligned(4) wbuf;
usr/src/boot/libsa/tftp.c
294
} __packed __aligned(4) wbuf;
usr/src/boot/libsa/tftp.c
389
} __packed __aligned(4) wbuf;
usr/src/boot/sys/sys/_mutex.h
62
} __aligned(CACHE_LINE_SIZE);
usr/src/boot/sys/sys/_rwlock.h
60
} __aligned(CACHE_LINE_SIZE);
usr/src/boot/sys/sys/cdefs.h
270
#define _Alignas(x) __aligned(x)
usr/src/boot/sys/x86/include/signal.h
154
long sc_fpstate[64] __aligned(16);
usr/src/boot/sys/x86/include/signal.h
82
int sc_fpstate[128] __aligned(16);
usr/src/cmd/bhyve/common/pci_xhci.h
193
} __aligned(XHCI_DEV_CTX_ALIGN);
usr/src/cmd/bhyve/common/pci_xhci.h
340
} __aligned(4);
usr/src/grub/grub-0.97/netboot/nic.c
120
static char packet[ETH_FRAME_LEN + ETH_DATA_ALIGN] __aligned(16);
usr/src/lib/libmvec/common/__vrhypotf.c
83
static const double __vlibm_TBL_rhypotf[] __aligned(32) = {
usr/src/tools/smatch/src/validation/type-attribute-align.c
6
} __aligned(2*sizeof(short));
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_hw.h
143
__aligned(PQI_QUEUE_ELEMENT_ARRAY_ALIGNMENT)
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_hw.h
146
__aligned(PQI_QUEUE_ELEMENT_ARRAY_ALIGNMENT)
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_hw.h
149
__aligned(PQI_ADMIN_INDEX_ALIGNMENT) pqi_index_t iq_ci;
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_hw.h
150
__aligned(PQI_ADMIN_INDEX_ALIGNMENT) pqi_index_t oq_pi;
usr/src/uts/common/sys/ccompile.h
178
#define __cacheline_aligned __aligned(_CACHE_LINE_SIZE)
usr/src/uts/i86pc/dboot/dboot_startkern.c
147
static boot_framebuffer_t framebuffer __aligned(16);
usr/src/uts/i86pc/dboot/dboot_startkern.c
160
struct xboot_info boot_info __aligned(16);
usr/src/uts/i86pc/os/mp_startup.c
87
struct cpu cpus[1] __aligned(MMU_PAGESIZE);
usr/src/uts/intel/io/vmm/amd/amdvi_hw.c
114
static struct amdvi_dte amdvi_dte[PCI_NUM_DEV_MAX] __aligned(PAGE_SIZE);
usr/src/uts/intel/io/vmm/amd/svm_softc.h
58
} __aligned(PAGE_SIZE);
usr/src/uts/intel/io/vmm/intel/vmx.c
222
static struct msr_entry msr_load_list[1] __aligned(16);
usr/src/uts/intel/io/vmm/intel/vmx.h
109
} __aligned(64);
usr/src/uts/intel/io/vmm/intel/vtd.c
142
static uint64_t root_table[PAGE_SIZE / sizeof (uint64_t)] __aligned(4096);
usr/src/uts/intel/io/vmm/intel/vtd.c
143
static uint64_t ctx_tables[256][PAGE_SIZE / sizeof (uint64_t)] __aligned(4096);
usr/src/uts/intel/sys/fp.h
243
} __aligned(16); /* 512 bytes */
usr/src/uts/intel/sys/fp.h
298
} __aligned(64);