Home
last modified time | relevance | path

Searched refs:REG_R11 (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/include/sys/
H A Ducontext.h64 REG_R11, enumerator
65 #define REG_R11 REG_R11 macro
225 REG_R11,
226 #define REG_R11 REG_R11
/aosp12/art/runtime/
H A Druntime_common.cc219 DumpRegister64(os, "r11", context.gregs[REG_R11]); in Dump()