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

  /src/sys/arch/mips/include/
asm.h 231 * XLEAF
234 #define XLEAF(x) \
365 #define ALEAF(x) XLEAF(x)
  /src/sys/arch/alpha/include/
asm.h 198 * use the LEAF() macro for the main entry point and XLEAF() for the other
200 * "XLEAF"s must be nested within a "LEAF" and a ".end".
311 * XLEAF
314 #define XLEAF(_name_,_n_args_) \
379 * Same as XLEAF, for a nested function.

Completed in 57 milliseconds