OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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/ndk/8/platforms/android-14/arch-mips/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/ndk/8/platforms/android-9/arch-mips/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 23 milliseconds