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

  /src/sys/arch/xen/x86/
xen_intr.c 313 redzone_const_or_zero(int x) function in typeref:typename:int
336 INTRSTACKSIZE + redzone_const_or_zero(2 * PAGE_SIZE), 0,
349 ci->ci_intrstack = (char *)istack + redzone_const_or_zero(PAGE_SIZE) +
  /src/sys/arch/x86/x86/
intr.c 237 static inline int redzone_const_or_zero(int);
1393 redzone_const_or_zero(int x) function in typeref:typename:int
1470 INTRSTACKSIZE + redzone_const_or_zero(2 * PAGE_SIZE), 0,
1483 ci->ci_intrstack = (char *)istack + redzone_const_or_zero(PAGE_SIZE) +

Completed in 12 milliseconds