Searched refs:cptr (Results 1 – 4 of 4) sorted by relevance
| /arch/x86/boot/ |
| A D | cmdline.c | 30 addr_t cptr; in __cmdline_find_option() local 45 cptr = cmdline_ptr & 0xf; in __cmdline_find_option() 48 while (cptr < 0x10000 && (c = rdfs8(cptr++))) { in __cmdline_find_option() 102 addr_t cptr; in __cmdline_find_option_bool() local 115 cptr = cmdline_ptr & 0xf; in __cmdline_find_option_bool() 118 while (cptr < 0x10000) { in __cmdline_find_option_bool() 119 c = rdfs8(cptr++); in __cmdline_find_option_bool()
|
| /arch/arm64/kvm/ |
| A D | pauth.c | 160 u64 ptr, cptr, pac, mask; in kvm_auth_eretax() local 181 cptr = to_canonical_addr(vcpu, ptr, mask); in kvm_auth_eretax() 183 pac = compute_pac(vcpu, cptr, ikey); in kvm_auth_eretax() 191 *elr = cptr; in kvm_auth_eretax() 200 cptr = corrupt_addr(vcpu, cptr); in kvm_auth_eretax() 202 cptr = ptr ^ (pac & mask); in kvm_auth_eretax() 204 *elr = cptr; in kvm_auth_eretax()
|
| /arch/arm64/kvm/hyp/include/hyp/ |
| A D | switch.h | 98 u64 cptr; in __activate_cptr_traps_vhe() local 125 cptr = vcpu_sanitised_cptr_el2(vcpu); in __activate_cptr_traps_vhe() 141 if (!(SYS_FIELD_GET(CPACR_EL1, FPEN, cptr) & BIT(0))) in __activate_cptr_traps_vhe() 143 if (!(SYS_FIELD_GET(CPACR_EL1, ZEN, cptr) & BIT(0))) in __activate_cptr_traps_vhe() 147 val |= cptr & CPACR_EL1_E0POE; in __activate_cptr_traps_vhe() 149 val |= cptr & CPTR_EL2_TCPAC; in __activate_cptr_traps_vhe()
|
| /arch/arm64/include/asm/ |
| A D | kvm_emulate.h | 612 u64 cptr = __vcpu_sys_reg(vcpu, CPTR_EL2); in vcpu_sanitised_cptr_el2() local 615 cptr = translate_cptr_el2_to_cpacr_el1(cptr); in vcpu_sanitised_cptr_el2() 617 return cptr; in vcpu_sanitised_cptr_el2()
|
Completed in 10 milliseconds