Searched refs:_ALIGNED (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/arch/x86/
H A Darch_thread_types.h26 #define _ALIGNED(bytes) __attribute__((aligned(bytes))) macro
60 uint8 fpu_state[512] _ALIGNED(16);
66 uint8 fpu_state[2560] _ALIGNED(64);
70 } _ALIGNED(16);
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp73 static struct arch_thread sInitialState _ALIGNED(16);
/haiku/src/system/kernel/arch/x86/64/
H A Dthread.cpp73 static arch_thread sInitialState _ALIGNED(64);

Completed in 47 milliseconds