Searched refs:pwctl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | tlbex.c | 1487 unsigned int pwctl; in setup_pw() local 1514 pwctl = 1 << 30; /* Set PWDirExt */ in setup_pw() 1525 pwctl |= (1 << 6 | psn); in setup_pw() 1527 write_c0_pwctl(pwctl); in setup_pw() 2440 unsigned int pwctl; in print_htw_config() local 2462 pwctl = read_c0_pwctl(); in print_htw_config() 2464 pwctl, in print_htw_config() 2465 (pwctl & MIPS_PWCTL_PWEN_MASK) >> MIPS_PWCTL_PWEN_SHIFT, in print_htw_config() 2466 (pwctl & MIPS_PWCTL_XK_MASK) >> MIPS_PWCTL_XK_SHIFT, in print_htw_config() 2467 (pwctl in print_htw_config() [all...] |
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | tlbex.c | 1447 unsigned int pwctl; in setup_pw() local 1474 pwctl = 1 << 30; /* Set PWDirExt */ in setup_pw() 1485 pwctl |= (1 << 6 | psn); in setup_pw() 1487 write_c0_pwctl(pwctl); in setup_pw() 2382 unsigned int pwctl; in print_htw_config() local 2404 pwctl = read_c0_pwctl(); in print_htw_config() 2406 pwctl, in print_htw_config() 2407 (pwctl & MIPS_PWCTL_PWEN_MASK) >> MIPS_PWCTL_PWEN_SHIFT, in print_htw_config() 2408 (pwctl & MIPS_PWCTL_XK_MASK) >> MIPS_PWCTL_XK_SHIFT, in print_htw_config() 2409 (pwctl in print_htw_config() [all...] |
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | kvm_host.h | 644 __BUILD_KVM_RW_HW(pwctl, 32, MIPS_CP0_TLB_WIRED, 6)
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | kvm_host.h | 726 __BUILD_KVM_RW_HW(pwctl, 32, MIPS_CP0_TLB_WIRED, 6)
|
Completed in 10 milliseconds