OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_c0_vpecontrol
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/kernel/arch-mips/asm/
mipsmtregs.h
30
#define
read_c0_vpecontrol
() __read_32bit_c0_register($1, 1)
macro
166
#define settc(tc) do { write_c0_vpecontrol((
read_c0_vpecontrol
()&~VPECONTROL_TARGTC) | (tc)); ehb(); } while (0)
/development/ndk/platforms/android-9/arch-mips/include/asm/
mipsmtregs.h
30
#define
read_c0_vpecontrol
() __read_32bit_c0_register($1, 1)
macro
166
#define settc(tc) do { write_c0_vpecontrol((
read_c0_vpecontrol
()&~VPECONTROL_TARGTC) | (tc)); ehb(); } while (0)
/external/kernel-headers/original/asm-mips/
mipsmtregs.h
25
#define
read_c0_vpecontrol
() __read_32bit_c0_register($1, 1)
macro
343
write_c0_vpecontrol((
read_c0_vpecontrol
()&~VPECONTROL_TARGTC) | (tc)); \
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
mipsmtregs.h
30
#define
read_c0_vpecontrol
() __read_32bit_c0_register($1, 1)
macro
166
#define settc(tc) do { write_c0_vpecontrol((
read_c0_vpecontrol
()&~VPECONTROL_TARGTC) | (tc)); ehb(); } while (0)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
mipsmtregs.h
30
#define
read_c0_vpecontrol
() __read_32bit_c0_register($1, 1)
macro
166
#define settc(tc) do { write_c0_vpecontrol((
read_c0_vpecontrol
()&~VPECONTROL_TARGTC) | (tc)); ehb(); } while (0)
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
mipsmtregs.h
30
#define
read_c0_vpecontrol
() __read_32bit_c0_register($1, 1)
macro
166
#define settc(tc) do { write_c0_vpecontrol((
read_c0_vpecontrol
()&~VPECONTROL_TARGTC) | (tc)); ehb(); } while (0)
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
mipsmtregs.h
30
#define
read_c0_vpecontrol
() __read_32bit_c0_register($1, 1)
macro
166
#define settc(tc) do { write_c0_vpecontrol((
read_c0_vpecontrol
()&~VPECONTROL_TARGTC) | (tc)); ehb(); } while (0)
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
mipsmtregs.h
30
#define
read_c0_vpecontrol
() __read_32bit_c0_register($1, 1)
macro
166
#define settc(tc) do { write_c0_vpecontrol((
read_c0_vpecontrol
()&~VPECONTROL_TARGTC) | (tc)); ehb(); } while (0)
Completed in 37 milliseconds