HomeSort by: relevance | last modified time | path
    Searched defs:__aligned (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
hyperv.c 104 static void __attribute__((naked)) __aligned(PAGE_SIZE) function
  /src/sys/sys/
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

Completed in 14 milliseconds