Searched refs:hfn (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/arch/arm64/kvm/hyp/nvhe/ |
D | hyp-main.c | 229 hcall_t hfn; in handle_host_hcall() local 248 hfn = host_hcall[id]; in handle_host_hcall() 249 if (unlikely(!hfn)) in handle_host_hcall() 253 hfn(host_ctxt); in handle_host_hcall()
|
/linux-5.19.10/arch/riscv/kvm/ |
D | mmu.c | 613 kvm_pfn_t hfn; in kvm_riscv_gstage_map() local 662 hfn = gfn_to_pfn_prot(kvm, gfn, is_write, &writeable); in kvm_riscv_gstage_map() 663 if (hfn == KVM_PFN_ERR_HWPOISON) { in kvm_riscv_gstage_map() 668 if (is_error_noslot_pfn(hfn)) in kvm_riscv_gstage_map() 684 kvm_set_pfn_dirty(hfn); in kvm_riscv_gstage_map() 686 ret = gstage_map_page(kvm, pcache, gpa, hfn << PAGE_SHIFT, in kvm_riscv_gstage_map() 689 ret = gstage_map_page(kvm, pcache, gpa, hfn << PAGE_SHIFT, in kvm_riscv_gstage_map() 698 kvm_set_pfn_accessed(hfn); in kvm_riscv_gstage_map() 699 kvm_release_pfn_clean(hfn); in kvm_riscv_gstage_map()
|
/linux-5.19.10/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc_ct.c | 212 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-5.19.10/drivers/scsi/bfa/ |
D | bfa_ioc_ct.c | 155 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()
|
D | bfa_ioc_cb.c | 129 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()
|