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

  /src/sys/arch/xen/x86/
xen_intr.c 303 redzone_const_or_false(bool x) function in typeref:typename:bool
315 return redzone_const_or_false(true) ? x : 0;
338 if (redzone_const_or_false(true)) {
  /src/sys/arch/x86/x86/
intr.c 236 static inline bool redzone_const_or_false(bool);
1383 redzone_const_or_false(bool x) function in typeref:typename:bool
1395 return redzone_const_or_false(true) ? x : 0;
1472 if (redzone_const_or_false(true)) {

Completed in 13 milliseconds