Searched refs:elr (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm64/kvm/ |
| H A D | pauth.c | 156 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 D | super.c | 3751 static int ext4_run_li_request(struct ext4_li_request *elr) in ext4_run_li_request() argument 3754 struct super_block *sb = elr->lr_super; in ext4_run_li_request() 3756 ext4_group_t group = elr->lr_next_group; in ext4_run_li_request() 3762 if (elr->lr_mode == EXT4_LI_MODE_PREFETCH_BBITMAP) { in ext4_run_li_request() 3763 elr->lr_next_group = ext4_mb_prefetch(sb, group, nr, &prefetch_ios); in ext4_run_li_request() 3764 ext4_mb_prefetch_fini(sb, elr->lr_next_group, nr); in ext4_run_li_request() 3765 trace_ext4_prefetch_bitmaps(sb, group, elr->lr_next_group, nr); in ext4_run_li_request() 3766 if (group >= elr->lr_next_group) { in ext4_run_li_request() 3768 if (elr->lr_first_not_zeroed != ngroups && in ext4_run_li_request() 3771 elr->lr_next_group = elr->lr_first_not_zeroed; in ext4_run_li_request() [all …]
|
| /linux/net/mac80211/ |
| H A D | sta_info.h | 1146 r |= STA_STATS_FIELD(UHR_ELR, s->uhr.elr); in sta_stats_encode_rate()
|
| H A D | rx.c | 5665 if (WARN_ONCE(status->uhr.elr && in ieee80211_rx_list()
|
| /linux/include/net/ |
| H A D | mac80211.h | 1803 u8 elr:1; member
|