OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write_c0_vpecontrol
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/arch-mips/asm/
mipsmtregs.h
31
#define
write_c0_vpecontrol
(val) __write_32bit_c0_register($1, 1, val)
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
31
#define
write_c0_vpecontrol
(val) __write_32bit_c0_register($1, 1, val)
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
26
#define
write_c0_vpecontrol
(val) __write_32bit_c0_register($1, 1, val)
macro
343
write_c0_vpecontrol
((read_c0_vpecontrol()&~VPECONTROL_TARGTC) | (tc)); \
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
mipsmtregs.h
31
#define
write_c0_vpecontrol
(val) __write_32bit_c0_register($1, 1, val)
macro
166
#define settc(tc) do {
write_c0_vpecontrol
((read_c0_vpecontrol()&~VPECONTROL_TARGTC) | (tc)); ehb(); } while (0)
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
mipsmtregs.h
31
#define
write_c0_vpecontrol
(val) __write_32bit_c0_register($1, 1, val)
macro
166
#define settc(tc) do {
write_c0_vpecontrol
((read_c0_vpecontrol()&~VPECONTROL_TARGTC) | (tc)); ehb(); } while (0)
Completed in 20 milliseconds