Home
last modified time | relevance | path

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

/linux/arch/riscv/kvm/
H A Dmmu.c313 kvm_pfn_t hfn; in kvm_riscv_mmu_map() local
379 hfn = __kvm_faultin_pfn(memslot, gfn, is_write ? FOLL_WRITE : 0, in kvm_riscv_mmu_map()
381 if (hfn == KVM_PFN_ERR_HWPOISON) { in kvm_riscv_mmu_map()
386 if (is_error_noslot_pfn(hfn)) in kvm_riscv_mmu_map()
403 ret = kvm_riscv_gstage_map_page(&gstage, pcache, gpa, hfn << PAGE_SHIFT, in kvm_riscv_mmu_map()
406 ret = kvm_riscv_gstage_map_page(&gstage, pcache, gpa, hfn << PAGE_SHIFT, in kvm_riscv_mmu_map()
/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()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c636 hcall_t hfn; in handle_host_hcall() local
656 hfn = host_hcall[id]; in handle_host_hcall()
657 if (unlikely(!hfn)) in handle_host_hcall()
661 hfn(host_ctxt); in handle_host_hcall()