Searched defs:__aligned (Results 1 - 25 of 41) sorted by relevance
| /src/sys/crypto/aes/ | ||
| H A D | aes.h | 43 } __aligned(16); variable in typeref:union:aes |
| /src/sys/arch/aarch64/include/ | ||
| H A D | reg.h | 56 } __aligned(16); variable in typeref:struct:fpreg |
| H A D | cpu.h | 204 } __aligned(COHERENCY_UNIT); variable in typeref:struct:cpu_info |
| /src/sys/dev/hyperv/ | ||
| H A D | hypervvar.h | 56 } __packed __aligned(PAGE_SIZE); variable in typeref:struct:hyperv_reftsc __packed |
| H A D | vmbusvar.h | 168 } __aligned(CACHE_LINE_SIZE); variable in typeref:struct:vmbus_percpu_data |
| /src/sys/dev/ | ||
| H A D | kloader.h | 73 } __packed __aligned(4); variable in typeref:struct:kloader_page_tag __packed 90 } __packed __aligned(4); variable in typeref:struct:kloader_bootinfo __packed |
| /src/sys/arch/sparc/include/ | ||
| H A D | reg.h | 119 __aligned(8) /* asm code uses std instructions */ variable in typeref:struct:fpstate |
| /src/sys/arch/hppa/include/ | ||
| H A D | mutex.h | 72 } __aligned (16); variable in typeref:struct:kmutex |
| H A D | cpu.h | 327 } __aligned(64); variable in typeref:struct:cpu_info |
| /src/sys/net80211/ | ||
| H A D | ieee80211_radiotap.h | 81 } __aligned(8); variable in typeref:struct:ieee80211_radiotap_header |
| /src/sys/compat/linux32/arch/aarch64/ | ||
| H A D | linux32_machdep.h | 79 } __aligned(8); variable in typeref:struct:linux32_vfp_sigframe 85 } __aligned(8); variable in typeref:struct:linux32_aux_sigframe |
| /src/sys/arch/evbarm/rpi/ | ||
| H A D | vcprop_subr.c | 61 struct __aligned(16) { struct in function:rpi_fb_set_video 110 struct __aligned(16) { struct in function:rpi_alloc_mem 161 struct __aligned(16) { struct in function:rpi_lock_mem 209 struct __aligned(16) { struct in function:rpi_unlock_mem 257 struct __aligned(16) { struct in function:rpi_release_mem 305 struct __aligned(16) { struct in function:rpi_fb_movecursor 357 struct __aligned(16) { struct in function:rpi_fb_initcursor 411 struct __aligned(16) { struct in function:rpi_fb_get_pixelorder 461 struct __aligned(16) { struct in function:rpi_fb_set_pixelorder 520 struct __aligned(1 struct in function:rpi_set_domain 583 struct __aligned(16) { struct in function:rpi_get_domain 636 struct __aligned(16) { struct in function:rpi_vchiq_init 666 struct __aligned(16) { struct in function:rpi_notify_xhci_reset [all...] |
| /src/sys/arch/evbppc/virtex/dev/ | ||
| H A D | cdmacreg.h | 117 } __aligned(8) __packed; variable in typeref:struct:cdmac_descr |
| /src/sys/external/bsd/common/include/linux/ | ||
| H A D | slab.h | 49 } __aligned(ALIGNBYTES + 1); variable in typeref:struct:linux_malloc |
| /src/sys/arch/powerpc/include/oea/ | ||
| H A D | bat.h | 77 } __aligned(8); variable in typeref:struct:bat |
| /src/sbin/nvmectl/ | ||
| H A D | nvme.h | 71 } __packed __aligned(4); variable in typeref:struct:nvme_error_information_entry __packed 103 } __packed __aligned(4); variable in typeref:struct:nvme_health_information_page __packed 121 } __packed __aligned(4); variable in typeref:struct:nvme_firmware_page __packed 133 } __packed __aligned(4); variable in typeref:struct:intel_log_temp_stats __packed 147 } __packed __aligned(4); variable in typeref:struct:nvme_command_effeects_page __packed |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ | ||
| H A D | amdgpu_virt.h | 99 } __aligned(4); variable in typeref:struct:amd_sriov_msg_pf2vf_info_header 117 } __aligned(4); variable in typeref:struct:amdgim_pf2vf_info_v1 147 } __aligned(4); variable in typeref:struct:amdgim_pf2vf_info_v2 157 } __aligned(4); variable in typeref:struct:amd_sriov_msg_vf2pf_info_header 187 } __aligned(4); variable in typeref:struct:amdgim_vf2pf_info_v1 218 } __aligned(4); variable in typeref:struct:amdgim_vf2pf_info_v2 |
| /src/sys/arch/x86/include/ | ||
| H A D | cpu_extended_state.h | 59 } __packed __aligned(4); variable in typeref:union:fp_addr __packed 65 } __packed __aligned(2); variable in typeref:struct:fpacc87 __packed 130 } __aligned(16); variable in typeref:struct:fxsave |
| /src/sys/arch/x86/x86/ | ||
| H A D | hyperv.c | 104 static void __attribute__((naked)) __aligned(PAGE_SIZE) function in typeref:typename:void |
| /src/sys/dev/ic/ | ||
| H A D | rt2860var.h | 45 } __aligned(8); variable in typeref:struct:rt2860_rx_radiotap_header 62 } __aligned(8); variable in typeref:struct:rt2860_tx_radiotap_header |
| H A D | mvsatareg.h | 257 } __packed __aligned(8); variable in typeref:struct:crqb __packed 265 } __packed __aligned(8); variable in typeref:struct:crqb_gen2e __packed 304 } __packed __aligned(8); variable in typeref:struct:eprd __packed 317 } __packed __aligned(8); variable in typeref:struct:crpb __packed |
| /src/sys/arch/mips/cavium/ | ||
| H A D | octeonvar.h | 111 } __aligned(OCTEON_CACHELINE_SIZE); variable in typeref:struct:cpu_softc |
| /src/sys/sys/ | ||
| H A D | cdefs.h | 454 #define __aligned(x) _Alignas((x)) macro 458 #define __aligned(x) __attribute__((__aligned__(x))) macro 464 #define __aligned(x) error: no __aligned for this compiler macro |
| /src/sys/arch/arm/sunxi/ | ||
| H A D | sunxi_emac.h | 206 } __packed __aligned(64); variable in typeref:struct:sunxi_emac_desc __packed |
| /src/sys/arch/arm/ti/ | ||
| H A D | if_cpswreg.h | 152 } __packed __aligned(4); variable in typeref:struct:cpsw_cpdma_bd __packed |
Completed in 17 milliseconds