Home
last modified time | relevance | path

Searched refs:mrs (Results 1 – 25 of 103) sorted by relevance

12345

/openbmc/linux/arch/arm64/include/asm/
H A Del2_setup.h26 mrs x0, id_aa64mmfr1_el1
36 mrs \tmp, hcr_el2
61 mrs x1, id_aa64dfr0_el1
65 mrs x0, pmcr_el0 // Disable debug access traps
104 mrs x1, id_aa64mmfr1_el1
118 mrs x0, id_aa64pfr0_el1
139 mrs x0, midr_el1
140 mrs x1, mpidr_el1
159 mrs x1, id_aa64mmfr0_el1
164 mrs x1, id_aa64dfr0_el1
[all …]
H A Dassembler.h49 mrs \flags, daif
63 mrs \tmp, mdscr_el1
73 mrs \tmp, mdscr_el1
216 mrs \dst, tpidr_el2
221 mrs \dst, tpidr_el1
223 mrs \dst, tpidr_el2
273 mrs \reg, ctr_el0 // read CTR
297 mrs \tmp, ctr_el0 // read CTR
318 mrs \tmp, ctr_el0 // read CTR
371 mrs \tmp0, ID_AA64MMFR0_EL1
[all …]
/openbmc/linux/arch/arm64/kernel/
H A Dhyp-stub.S81 mrs x1, sctlr_el2
104 mrs x0, sp_el1
106 mrs x0, tpidr_el1
116 mrs x0, mdcr_el2
130 mrs x1, REG_ID_AA64MMFR3_EL1
133 mrs x0, REG_TCR2_EL12
137 mrs x1, REG_ID_AA64MMFR3_EL1
140 mrs x0, REG_PIRE0_EL12
142 mrs x0, REG_PIR_EL12
151 mrs x0, spsr_el1
[all …]
H A Dentry.S48 mrs x30, tpidrro_el0
91 mrs x0, tpidr_el0 // sp of interrupted context
98 mrs x0, tpidrro_el0
223 mrs x21, sp_el0
253 mrs x0, sctlr_el1
282 mrs x22, elr_el1
283 mrs x23, spsr_el1
373 mrs x29, contextidr_el1
400 mrs x0, sctlr_el1
476 mrs x21, ttbr0_el1
[all …]
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dstart.S106 mrs x0, scr_el3
132 mrs x0, S3_1_c15_c2_1 /* cpuectlr_el1 */
175 mrs x0, sctlr_el3
178 mrs x0, sctlr_el2
181 mrs x0, sctlr_el1
223 mrs x0, midr_el1
227 mrs x0, midr_el1
232 mrs x0, S3_1_c15_c2_0 /* cpuactlr_el1 */
242 mrs x0, S3_1_c15_c2_0 /* cpuactlr_el1 */
253 mrs x0, S3_1_c15_c2_0 /* cpuactlr_el1 */
[all …]
H A Dexceptions.S78 3: mrs x1, esr_el3
79 mrs x2, elr_el3
81 2: mrs x1, esr_el2
82 mrs x2, elr_el2
84 1: mrs x1, esr_el1
85 mrs x2, elr_el1
H A Dcache.S29 mrs x6, ccsidr_el1 /* read the new cssidr_el1 */
74 mrs x10, clidr_el1 /* read clidr_el1 */
133 mrs x3, ctr_el0
160 mrs x3, ctr_el0
223 3: mrs x2, sctlr_el3
225 2: mrs x2, sctlr_el2
227 1: mrs x2, sctlr_el1
H A Dpsci.S101 mrs x15, DAIF
112 mrs x15, elr_el3
192 mrs x9, MPIDR_EL1
199 mrs x10, MPIDR_EL1
230 mrs x9, esr_el3
/openbmc/linux/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c70 struct minstrel_rate_stats *mrs = &mi->groups[i].rates[j]; in minstrel_ht_stats_dump() local
125 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_avg); in minstrel_ht_stats_dump()
126 eprob = MINSTREL_TRUNC(mrs->prob_avg * 1000); in minstrel_ht_stats_dump()
134 mrs->retry_count, in minstrel_ht_stats_dump()
135 mrs->last_success, in minstrel_ht_stats_dump()
136 mrs->last_attempts, in minstrel_ht_stats_dump()
137 (unsigned long long)mrs->succ_hist, in minstrel_ht_stats_dump()
138 (unsigned long long)mrs->att_hist); in minstrel_ht_stats_dump()
216 struct minstrel_rate_stats *mrs = &mi->groups[i].rates[j]; in minstrel_ht_stats_csv_dump() local
269 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_avg); in minstrel_ht_stats_csv_dump()
[all …]
H A Drc80211_minstrel_ht.c577 struct minstrel_rate_stats *mrs; in minstrel_ht_set_best_prob_rate() local
587 mrs = &mg->rates[cur_idx]; in minstrel_ht_set_best_prob_rate()
606 mrs->prob_avg < max_tp_prob) in minstrel_ht_set_best_prob_rate()
613 if (mrs->prob_avg > MINSTREL_FRAC(75, 100)) { in minstrel_ht_set_best_prob_rate()
615 mrs->prob_avg); in minstrel_ht_set_best_prob_rate()
625 if (mrs->prob_avg > tmp_prob) in minstrel_ht_set_best_prob_rate()
627 if (mrs->prob_avg > max_gpr_prob) in minstrel_ht_set_best_prob_rate()
767 struct minstrel_rate_stats *mrs) in minstrel_ht_calc_rate_stats() argument
771 if (unlikely(mrs->attempts > 0)) { in minstrel_ht_calc_rate_stats()
772 cur_prob = MINSTREL_FRAC(mrs->success, mrs->attempts); in minstrel_ht_calc_rate_stats()
[all …]
/openbmc/qemu/hw/i386/kvm/
H A Dxen_gnttab.c246 MemoryRegionSection mrs; member
253 MemoryRegionSection *mrs, int prot) in gnt_unref() argument
255 if (mrs && mrs->mr) { in gnt_unref()
257 memory_region_set_dirty(mrs->mr, mrs->offset_within_region, in gnt_unref()
260 memory_region_unref(mrs->mr); in gnt_unref()
261 mrs->mr = NULL; in gnt_unref()
382 act->mrs = memory_region_find(get_system_memory(), gpa, XEN_PAGE_SIZE); in xen_be_gnttab_map_refs()
384 if (act->mrs.mr && in xen_be_gnttab_map_refs()
385 !int128_lt(act->mrs.size, int128_make64(XEN_PAGE_SIZE)) && in xen_be_gnttab_map_refs()
386 memory_region_get_ram_addr(act->mrs.mr) != RAM_ADDR_INVALID) { in xen_be_gnttab_map_refs()
[all …]
/openbmc/u-boot/arch/arm/include/asm/
H A Dmacro.h71 mrs \xreg, CurrentEL
84 mrs \xreg, midr_el1
95 mrs \xreg, midr_el1
109 mrs \xreg, mpidr_el1
131 mrs \xreg1, mpidr_el1
176 mrs \tmp, vbar_el3
243 mrs \tmp, cnthctl_el2
251 mrs \tmp, midr_el1
253 mrs \tmp, mpidr_el1
283 mrs \tmp, vbar_el2
[all …]
/openbmc/linux/arch/arm64/mm/
H A Dproc.S82 mrs x2, tpidr_el0
83 mrs x3, tpidrro_el0
84 mrs x4, contextidr_el1
85 mrs x5, osdlr_el1
86 mrs x6, cpacr_el1
87 mrs x7, tcr_el1
88 mrs x8, vbar_el1
89 mrs x9, mdscr_el1
90 mrs x10, oslsr_el1
91 mrs x11, sctlr_el1
[all …]
/openbmc/qemu/monitor/
H A Dhmp-cmds-target.c255 MemoryRegionSection mrs = memory_region_find(get_system_memory(), in gpa2hva() local
258 if (!mrs.mr) { in gpa2hva()
263 if (!memory_region_is_ram(mrs.mr) && !memory_region_is_romd(mrs.mr)) { in gpa2hva()
265 memory_region_unref(mrs.mr); in gpa2hva()
270 if (int128_lt(mrs.size, gpa_region_size)) { in gpa2hva()
273 memory_region_unref(mrs.mr); in gpa2hva()
277 *p_mr = mrs.mr; in gpa2hva()
278 return qemu_map_ram_ptr(mrs.mr->ram_block, mrs.offset_within_region); in gpa2hva()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhost.S125 mrs x0, hcr_el2
134 mrs x0, esr_el2
139 mrs x6, far_el2
140 mrs x7, hpfar_el2
175 mrs x0, esr_el2
224 mrs x1, spsr_el2
225 mrs x2, elr_el2
226 mrs x3, par_el1
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dentry.S45 mrs x1, isr_el1
173 mrs x2, isr_el1
183 mrs x2, elr_el2
184 mrs x3, esr_el2
185 mrs x4, spsr_el2
/openbmc/qemu/tests/tcg/aarch64/system/
H A Dmte.S35 mrs tmp0, mair_el1
45 mrs tmp1, tcr_el1
59 mrs tmp2, sctlr_el1
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dfp-pidbench.S18 mrs x11, CNTVCT_EL0
25 mrs x12, CNTVCT_EL0
46 mrs x0, ID_AA64PFR0_EL1
/openbmc/qemu/hw/remote/
H A Dproxy-memory-listener.c34 int mrs; in proxy_memory_listener_reset() local
36 for (mrs = 0; mrs < proxy_listener->n_mr_sections; mrs++) { in proxy_memory_listener_reset()
37 memory_region_unref(proxy_listener->mr_sections[mrs].mr); in proxy_memory_listener_reset()
/openbmc/linux/arch/arm64/kernel/probes/
H A Dkprobes_trampoline.S33 mrs x0, nzcv
34 mrs x1, daif
36 mrs x1, CurrentEL
38 mrs x1, SPSel
/openbmc/u-boot/arch/arm/lib/
H A Drelocate_64.S77 3: mrs x0, sctlr_el3
79 2: mrs x0, sctlr_el2
81 1: mrs x0, sctlr_el1
H A Dgic_64.S82 mrs x10, mpidr_el1
113 mrs x10, ICC_SRE_EL3
126 mrs x10, ICC_SRE_EL2
/openbmc/qemu/hw/display/
H A Dvga-pci.c53 MemoryRegion mrs[4]; member
267 pci_std_vga_mmio_region_init(s, OBJECT(dev), &d->mmio, d->mrs, in pci_std_vga_realize()
298 pci_std_vga_mmio_region_init(s, OBJECT(dev), &d->mmio, d->mrs, qext, edid); in pci_secondary_vga_realize()
310 memory_region_del_subregion(&d->mmio, &d->mrs[0]); in pci_secondary_vga_exit()
311 memory_region_del_subregion(&d->mmio, &d->mrs[1]); in pci_secondary_vga_exit()
313 memory_region_del_subregion(&d->mmio, &d->mrs[2]); in pci_secondary_vga_exit()
316 memory_region_del_subregion(&d->mmio, &d->mrs[3]); in pci_secondary_vga_exit()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dlowlevel.S78 mrs x0, hcr_el2
294 mrs x1, S3_1_c11_c0_2
364 mrs x3, cntpct_el0 /* read timer */
373 mrs x4, cntpct_el0
470 mrs x0, mpidr_el1
504 mrs x1, sctlr_el2
506 mrs x1, sctlr_el1
541 mrs x0, mpidr_el1
/openbmc/qemu/hw/intc/
H A Darm_gicv3_its_kvm.c51 MemoryRegionSection mrs; in kvm_its_send_msi() local
53 mrs = memory_region_find(mr, 0, 1); in kvm_its_send_msi()
54 memory_region_unref(mrs.mr); in kvm_its_send_msi()
55 s->gits_translater_gpa = mrs.offset_within_address_space + 0x40; in kvm_its_send_msi()

12345