Searched refs:__aligned (Results 101 - 125 of 185) sorted by relevance

12345678

/freebsd-12-stable/sys/dev/usb/
H A Dusb_ioctl.h54 #define USB_IOCTL_STRUCT_ALIGN(n) __aligned(n)
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_runvar.h57 } __packed __aligned(8);
H A Dif_uathvar.h55 } __packed __aligned(8);
/freebsd-12-stable/sys/dev/ath/
H A Dif_athioctl.h375 } __packed __aligned(8);
/freebsd-12-stable/sys/netinet/
H A Dtcp_log_buf.h43 #define ALIGN_TCP_LOG __aligned(8)
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Dtcp_rack.h320 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/powerpc/aim/
H A Dmp_cpudep.c55 static register_t bsp_state[8] __aligned(8);
/freebsd-12-stable/sys/sys/
H A Dpmckern.h177 } __aligned(CACHE_LINE_SIZE);
H A Dcdefs.h220 /* XXX Find out what to do for __packed, __aligned and __section */
228 #define __aligned(x) __attribute__((__aligned__(x))) macro
260 #define _Alignas(x) __aligned(x)
/freebsd-12-stable/sys/vm/
H A Duma_int.h181 #define UMA_ALIGN __aligned(128)
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwmvar.h116 } __packed __aligned(8);
/freebsd-12-stable/stand/efi/gptboot/
H A Dproto.c45 static char secbuf[4096] __aligned(4096);
/freebsd-12-stable/sys/amd64/vmm/intel/
H A Dvtd.c127 static uint64_t root_table[PAGE_SIZE / sizeof(uint64_t)] __aligned(4096);
128 static uint64_t ctx_tables[256][PAGE_SIZE / sizeof(uint64_t)] __aligned(4096);
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h120 } __aligned(L1_CACHE_BYTES);
398 cpl_handler_t cpl_handler[NUM_CPL_HANDLERS] __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.h318 struct rwlock tcb_history_lock __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/dev/vnic/
H A Dnic.h341 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge.h191 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/net/
H A Diflib.h265 int isc_nfl __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/netipsec/
H A Dxform_tcp.c159 } ip6p __aligned(4);
/freebsd-12-stable/sys/kern/
H A Dsubr_pcpu.c75 DPCPU_DEFINE_STATIC(char, modspace[DPCPU_MODMIN] __aligned(__alignof(void *)));
H A Dsubr_epoch.c76 } __aligned(EPOCH_ALIGN) *epoch_record_t;
79 struct ck_epoch e_epoch __aligned(EPOCH_ALIGN);
889 } __aligned(sizeof(void *));
/freebsd-12-stable/sys/mips/mips/
H A Dmachdep.c139 __aligned(PAGE_SIZE * 2) __section(".data");
/freebsd-12-stable/sys/dev/iwn/
H A Dif_iwnvar.h65 } __packed __aligned(8);
/freebsd-12-stable/sys/crypto/aesni/
H A Daesni.c883 struct SHA256Context sha2 __aligned(16);
884 struct sha1_ctxt sha1 __aligned(16);
886 uint8_t hmac_key[AESNI_SHA_BLOCK_LEN] __aligned(16);
/freebsd-12-stable/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c39 uintptr_t lock __aligned(CACHE_LINE_SIZE);

Completed in 301 milliseconds

12345678