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

12345678

/freebsd-12-stable/sys/amd64/vmm/amd/
H A Dsvm.c124 static uint8_t hsave[MAXCPU][PAGE_SIZE] __aligned(PAGE_SIZE);
/freebsd-12-stable/sys/dev/usb/controller/
H A Ddwc_otg.c892 struct usb_device_request req __aligned(4);
1102 struct usb_device_request req __aligned(4);
/freebsd-12-stable/sys/amd64/vmm/intel/
H A Dvmx.c129 static char vmxon_region[MAXCPU][PAGE_SIZE] __aligned(PAGE_SIZE);
211 static struct msr_entry msr_load_list[1] __aligned(16);
/freebsd-12-stable/sys/dev/usb/input/
H A Datp.c708 uint8_t sc_sensor_data[ATP_SENSOR_DATA_BUF_MAX] __aligned(4);
/freebsd-12-stable/sys/kern/
H A Dsched_ule.c258 } __aligned(64);
H A Dvfs_cache.c233 } __aligned(CACHE_LINE_SIZE);
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c4236 u8 dev_addr[ETHER_ADDR_LEN] __aligned(4);
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_rsu.c1925 uint8_t buf[sizeof(*bss) + 128] __aligned(4);
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v6.c273 static struct rwlock __aligned(CACHE_LINE_SIZE) pvh_global_lock;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1410 struct ht_lock ht_locks[BUF_LOCKS] __aligned(CACHE_LINE_SIZE);

Completed in 218 milliseconds

12345678