Home
last modified time | relevance | path

Searched refs:elr (Results 1 – 9 of 9) 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.c3700 static int ext4_run_li_request(struct ext4_li_request *elr) in ext4_run_li_request() argument
3703 struct super_block *sb = elr->lr_super; in ext4_run_li_request()
3705 ext4_group_t group = elr->lr_next_group; in ext4_run_li_request()
3711 if (elr->lr_mode == EXT4_LI_MODE_PREFETCH_BBITMAP) { in ext4_run_li_request()
3712 elr->lr_next_group = ext4_mb_prefetch(sb, group, nr, &prefetch_ios); in ext4_run_li_request()
3713 ext4_mb_prefetch_fini(sb, elr->lr_next_group, nr); in ext4_run_li_request()
3714 trace_ext4_prefetch_bitmaps(sb, group, elr->lr_next_group, nr); in ext4_run_li_request()
3715 if (group >= elr->lr_next_group) { in ext4_run_li_request()
3717 if (elr->lr_first_not_zeroed != ngroups && in ext4_run_li_request()
3720 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.h270 u64 spsr, elr; \
282 : "+r" (__kvm_at_err), "=&r" (spsr), "=&r" (elr) \
H A Dkvm_hyp.h126 u64 elr, u64 par);
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c359 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local
378 __hyp_do_panic(host_ctxt, spsr, elr, par); in hyp_panic()
/linux/include/net/
H A Dmac80211.h1688 u8 elr:1; member
/linux/net/mac80211/
H A Drx.c5541 if (WARN_ONCE(status->uhr.elr && in ieee80211_rx_list()