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

  /src/sys/arch/powerpc/oea/
oea_machdep.c 115 uintptr_t dont_tell_gcc; local in function:zero_value
117 __asm volatile ("li %0, 0" : "=r"(dont_tell_gcc) :);
118 return dont_tell_gcc;
oea_machdep.c 115 uintptr_t dont_tell_gcc; local in function:zero_value
117 __asm volatile ("li %0, 0" : "=r"(dont_tell_gcc) :);
118 return dont_tell_gcc;
oea_machdep.c 115 uintptr_t dont_tell_gcc; local in function:zero_value
117 __asm volatile ("li %0, 0" : "=r"(dont_tell_gcc) :);
118 return dont_tell_gcc;

Completed in 71 milliseconds