HomeSort by relevance Sort by last modified time
    Searched refs:jump_to_uncached (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/arch-sh/asm/
system_64.h 26 #define jump_to_uncached() do { } while (0) macro
system_32.h 24 #define jump_to_uncached() do { unsigned long __dummy; __asm__ __volatile__( "mova 1f, %0\n\t" "add %1, %0\n\t" "jmp @%0\n\t" " nop\n\t" ".balign 4\n" "1:" : "=&z" (__dummy) : "r" (cached_to_uncached)); } while (0) macro

Completed in 362 milliseconds