Home
last modified time | relevance | path

Searched refs:VPECONF0_VPA (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/mips/kernel/
Dvpe-mt.c109 write_vpe_c0_vpeconf0(read_vpe_c0_vpeconf0() & ~(VPECONF0_VPA)); in vpe_run()
120 write_vpe_c0_vpeconf0(read_vpe_c0_vpeconf0() | VPECONF0_VPA); in vpe_run()
217 write_vpe_c0_vpeconf0(read_vpe_c0_vpeconf0() & ~VPECONF0_VPA); in vpe_stop()
243 write_vpe_c0_vpeconf0(read_vpe_c0_vpeconf0() & ~VPECONF0_VPA); in vpe_free()
427 tmp &= ~VPECONF0_VPA; in vpe_module_init()
Dsmp-mt.c56 tmp &= ~VPECONF0_VPA; in smvp_vpe_init()
159 write_vpe_c0_vpeconf0(read_vpe_c0_vpeconf0() | VPECONF0_VPA); in vsmp_boot_secondary()
Dcps-vec.S482 ori t0, t0, VPECONF0_VPA
/linux-6.1.9/arch/mips/include/asm/
Dmipsmtregs.h126 #define VPECONF0_VPA (_ULCAST_(1) << VPECONF0_VPA_SHIFT) macro