Home
last modified time | relevance | path

Searched refs:fc1 (Results 1 – 11 of 11) sorted by relevance

/linux/arch/s390/kvm/
H A Dgmap.h214 newcrste.s.fc1.prefix_notif = 0; in _gmap_crstep_xchg_atomic()
217 if (crste_leaf(oldcrste) && oldcrste.s.fc1.vsie_notif && in _gmap_crstep_xchg_atomic()
218 (newcrste.h.p || newcrste.h.i || !newcrste.s.fc1.vsie_notif)) { in _gmap_crstep_xchg_atomic()
219 newcrste.s.fc1.vsie_notif = 0; in _gmap_crstep_xchg_atomic()
225 if (!oldcrste.s.fc1.d && newcrste.s.fc1.d && !newcrste.s.fc1.s) in _gmap_crstep_xchg_atomic()
H A Dgmap.c321 if (!crste.s.fc1.y && crste.h.i) in gmap_clear_young_crste()
328 new.s.fc1.y = 0; in gmap_clear_young_crste()
329 new.s.fc1.prefix_notif = 0; in gmap_clear_young_crste()
330 if (new.s.fc1.d || !new.h.p) in gmap_clear_young_crste()
332 new.s.fc1.d = 0; in gmap_clear_young_crste()
402 if (old.s.fc1.pr && test_bit(GMAP_FLAG_EXPORT_ON_UNMAP, &priv->gmap->flags)) in _gmap_unmap_crste()
488 if (crste.h.p && !crste.s.fc1.sd) in _crste_test_and_clear_softdirty()
496 if (crste.s.fc1.prefix_notif && !gmap_mkold_prefix(gmap, gfn, end)) in _crste_test_and_clear_softdirty()
500 new.s.fc1.sd = 0; in _crste_test_and_clear_softdirty()
531 f->writable = oldcrste.s.fc1.w; in gmap_handle_minor_crste_fault()
[all …]
H A Ddat.h174 } fc1; member
197 } fc1; member
251 } fc1; member
268 } fc1; member
438 res.s.fc1.y = 1; in _crste_fc1()
439 res.s.fc1.pr = 1; in _crste_fc1()
440 res.s.fc1.w = writable; in _crste_fc1()
441 res.s.fc1.d = dirty; in _crste_fc1()
442 res.s.fc1.sd = dirty; in _crste_fc1()
730 return pmd.h.fc && pmd.s.fc1.prefix_notif; in pmd_prefix()
[all …]
H A Dgaccess.c569 dat_protection |= rtte.fc1.p; in guest_translate_gva()
570 iep_protection = rtte.fc1.iep; in guest_translate_gva()
571 raddr.rfaa = rtte.fc1.rfaa; in guest_translate_gva()
597 dat_protection |= ste.fc1.p; in guest_translate_gva()
598 iep_protection = ste.fc1.iep; in guest_translate_gva()
599 raddr.sfaa = ste.fc1.sfaa; in guest_translate_gva()
1486 newcrste.s.fc1.d |= oldcrste.s.fc1.d; in _do_shadow_crste()
1487 newcrste.s.fc1.sd |= oldcrste.s.fc1.sd; in _do_shadow_crste()
1489 newcrste.s.fc1.vsie_notif = 1; in _do_shadow_crste()
1490 newcrste.s.fc1.prefix_notif = oldcrste.s.fc1.prefix_notif; in _do_shadow_crste()
[all …]
H A Ddat.c258 init.s.d = old.s.fc1.d; in dat_split_ste()
259 init.s.w = old.s.fc1.w; in dat_split_ste()
260 init.s.y = old.s.fc1.y; in dat_split_ste()
261 init.s.sd = old.s.fc1.sd; in dat_split_ste()
262 init.s.pr = old.s.fc1.pr; in dat_split_ste()
268 pgste_init.prefix_notif = old.s.fc1.prefix_notif; in dat_split_ste()
269 pgste_init.vsie_notif = old.s.fc1.vsie_notif; in dat_split_ste()
629 if (!crste.h.fc || !crste.s.fc1.pr) in dat_get_storage_key()
769 if (!crste.h.fc || !crste.s.fc1.pr) in dat_reset_reference_bit()
810 if (!crstep->h.fc || !crstep->s.fc1.pr) in dat_reset_skeys_crste()
[all …]
/linux/arch/s390/include/asm/
H A Ddat-bits.h123 struct region3_table_entry_fc1 fc1; member
166 struct segment_table_entry_fc1 fc1; member
/linux/arch/arm/boot/dts/microchip/
H A Dlan966x-kontron-kswitch-d10-mmt-6g-2gs.dts67 fc1_c_pins: fc1-c-i2c-pins {
/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c757 u8 fc1; in wil_check_bar() local
767 fc1 = wil_rx_status_get_fc1(wil, msg); in wil_check_bar()
780 fc1, mid, cid, tid, seq); in wil_check_bar()
783 if (wil_is_back_req(fc1)) { in wil_check_bar()
798 fc1, mid, cid, tid, seq); in wil_check_bar()
H A Dtxrx.c537 u8 fc1 = wil_rxdesc_fc1(d); in wil_vring_reap_rx() local
543 fc1, mid, cid, tid, seq); in wil_vring_reap_rx()
545 if (wil_is_back_req(fc1)) { in wil_vring_reap_rx()
556 fc1, mid, cid, tid, seq); in wil_vring_reap_rx()
/linux/Documentation/arch/m68k/
H A Dbuddha-driver.rst95 $fc1-$fff mirror of $fc0
/linux/drivers/scsi/bfa/
H A Dbfa_defs.h1091 struct sfp_xcvr_fc1_code_s fc1; member