Home
last modified time | relevance | path

Searched refs:elr (Results 1 – 8 of 8) sorted by relevance

/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c340 u64 spsr, elr, mode; in kvm_hyp_handle_eret() local
376 if (!(vcpu_has_ptrauth(vcpu) && kvm_auth_eretax(vcpu, &elr))) in kvm_hyp_handle_eret()
379 elr = read_sysreg_el1(SYS_ELR); in kvm_hyp_handle_eret()
385 write_sysreg_el2(elr, SYS_ELR); in kvm_hyp_handle_eret()
658 static void __noreturn __hyp_call_panic(u64 spsr, u64 elr, u64 par) in __hyp_call_panic() argument
670 spsr, elr, in __hyp_call_panic()
679 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local
682 __hyp_call_panic(spsr, elr, par); in hyp_panic()
/linux/arch/arm64/kvm/
H A Dpauth.c156 bool kvm_auth_eretax(struct kvm_vcpu *vcpu, u64 *elr) in kvm_auth_eretax() argument
163 *elr = ptr = vcpu_read_sys_reg(vcpu, ELR_EL2); in kvm_auth_eretax()
191 *elr = cptr; in kvm_auth_eretax()
204 *elr = cptr; in kvm_auth_eretax()
/linux/fs/ext4/
H A Dsuper.c3732 static int ext4_run_li_request(struct ext4_li_request *elr) in ext4_run_li_request() argument
3735 struct super_block *sb = elr->lr_super; in ext4_run_li_request()
3737 ext4_group_t group = elr->lr_next_group; in ext4_run_li_request()
3743 if (elr->lr_mode == EXT4_LI_MODE_PREFETCH_BBITMAP) { in ext4_run_li_request()
3744 elr->lr_next_group = ext4_mb_prefetch(sb, group, nr, &prefetch_ios); in ext4_run_li_request()
3745 ext4_mb_prefetch_fini(sb, elr->lr_next_group, nr); in ext4_run_li_request()
3746 trace_ext4_prefetch_bitmaps(sb, group, elr->lr_next_group, nr); in ext4_run_li_request()
3747 if (group >= elr->lr_next_group) { in ext4_run_li_request()
3749 if (elr->lr_first_not_zeroed != ngroups && in ext4_run_li_request()
3752 elr->lr_next_group = elr->lr_first_not_zeroed; in ext4_run_li_request()
[all …]
/linux/arch/arm64/include/asm/
H A Dkvm_nested.h231 bool kvm_auth_eretax(struct kvm_vcpu *vcpu, u64 *elr);
233 static inline bool kvm_auth_eretax(struct kvm_vcpu *vcpu, u64 *elr) in kvm_auth_eretax() argument
237 *elr = 0xbad9acc0debadbad; in kvm_auth_eretax()
H A Dkvm_asm.h297 u64 spsr, elr; \
309 : "+r" (__kvm_at_err), "=&r" (spsr), "=&r" (elr) \
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpkvm.c1039 u64 elr; in __pkvm_memshare_page_req() local
1053 elr = read_sysreg(elr_el2); in __pkvm_memshare_page_req()
1054 elr -= 4; in __pkvm_memshare_page_req()
1055 write_sysreg(elr, elr_el2); in __pkvm_memshare_page_req()
/linux/include/net/
H A Dmac80211.h1758 u8 elr:1; member
/linux/net/mac80211/
H A Drx.c5591 if (WARN_ONCE(status->uhr.elr && in ieee80211_rx_list()