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

  /bionic/libc/kernel/arch-sh/asm/
system_64.h 27 #define back_to_cached() do { } while (0) macro
system_32.h 26 #define back_to_cached() do { unsigned long __dummy; ctrl_barrier(); __asm__ __volatile__( "mov.l 1f, %0\n\t" "jmp @%0\n\t" " nop\n\t" ".balign 4\n" "1: .long 2f\n" "2:" : "=&r" (__dummy)); } while (0) macro

Completed in 35 milliseconds