Home
last modified time | relevance | path

Searched refs:hfn (Results 1 – 5 of 5) sorted by relevance

/linux/arch/riscv/kvm/
H A Dmmu.c594 kvm_pfn_t hfn; in kvm_riscv_gstage_map() local
650 hfn = gfn_to_pfn_prot(kvm, gfn, is_write, &writable); in kvm_riscv_gstage_map()
651 if (hfn == KVM_PFN_ERR_HWPOISON) { in kvm_riscv_gstage_map()
656 if (is_error_noslot_pfn(hfn)) in kvm_riscv_gstage_map()
672 kvm_set_pfn_dirty(hfn); in kvm_riscv_gstage_map()
674 ret = gstage_map_page(kvm, pcache, gpa, hfn << PAGE_SHIFT, in kvm_riscv_gstage_map()
677 ret = gstage_map_page(kvm, pcache, gpa, hfn << PAGE_SHIFT, in kvm_riscv_gstage_map()
686 kvm_set_pfn_accessed(hfn); in kvm_riscv_gstage_map()
687 kvm_release_pfn_clean(hfn); in kvm_riscv_gstage_map()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c424 hcall_t hfn; in handle_host_hcall() local
444 hfn = host_hcall[id]; in handle_host_hcall()
445 if (unlikely(!hfn)) in handle_host_hcall()
449 hfn(host_ctxt); in handle_host_hcall()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc_ct.c212 u32 hfn; member
223 u32 hfn; member
236 u32 hfn; member
264 ioc->ioc_regs.hfn_mbox_cmd = rb + ct_p0reg[pcifn].hfn; in bfa_ioc_ct_reg_init()
272 ioc->ioc_regs.hfn_mbox_cmd = rb + ct_p1reg[pcifn].hfn; in bfa_ioc_ct_reg_init()
318 ioc->ioc_regs.hfn_mbox_cmd = rb + ct2_reg[port].hfn; in bfa_ioc_ct2_reg_init()
/linux/drivers/scsi/bfa/
H A Dbfa_ioc_ct.c155 static struct { u32 hfn, lpu; } ct_p0reg[] = { member
165 static struct { u32 hfn, lpu; } ct_p1reg[] = { member
172 static struct { uint32_t hfn_mbox, lpu_mbox, hfn_pgn, hfn, lpu, lpu_read; } member
198 ioc->ioc_regs.hfn_mbox_cmd = rb + ct_p0reg[pcifn].hfn; in bfa_ioc_ct_reg_init()
206 ioc->ioc_regs.hfn_mbox_cmd = rb + ct_p1reg[pcifn].hfn; in bfa_ioc_ct_reg_init()
252 ioc->ioc_regs.hfn_mbox_cmd = rb + ct2_reg[port].hfn; in bfa_ioc_ct2_reg_init()
H A Dbfa_ioc_cb.c129 static struct { u32 hfn, lpu; } iocreg_mbcmd[] = { member
160 ioc->ioc_regs.hfn_mbox_cmd = rb + iocreg_mbcmd[pcifn].hfn; in bfa_ioc_cb_reg_init()