Home
last modified time | relevance | path

Searched refs:fid (Results 1 – 21 of 21) sorted by relevance

/arch/loongarch/include/asm/
A Dkvm_para.h51 static __always_inline long kvm_hypercall0(u64 fid) in kvm_hypercall0() argument
54 register unsigned long fun asm("a0") = fid; in kvm_hypercall0()
69 register unsigned long fun asm("a0") = fid; in kvm_hypercall1()
82 static __always_inline long kvm_hypercall2(u64 fid, in kvm_hypercall2() argument
86 register unsigned long fun asm("a0") = fid; in kvm_hypercall2()
100 static __always_inline long kvm_hypercall3(u64 fid, in kvm_hypercall3() argument
104 register unsigned long fun asm("a0") = fid; in kvm_hypercall3()
119 static __always_inline long kvm_hypercall4(u64 fid, in kvm_hypercall4() argument
124 register unsigned long fun asm("a0") = fid; in kvm_hypercall4()
140 static __always_inline long kvm_hypercall5(u64 fid, in kvm_hypercall5() argument
[all …]
/arch/riscv/include/asm/
A Dtrace.h11 TP_PROTO(int ext, int fid),
12 TP_ARGS(ext, fid),
17 __field(int, fid)
22 __entry->fid = fid;
25 TP_printk("ext=0x%x fid=%d", __entry->ext, __entry->fid)
A Dkvm_vcpu_pmu.h75 int kvm_riscv_vcpu_pmu_incr_fw(struct kvm_vcpu *vcpu, unsigned long fid);
124 static inline int kvm_riscv_vcpu_pmu_incr_fw(struct kvm_vcpu *vcpu, unsigned long fid) in kvm_riscv_vcpu_pmu_incr_fw() argument
A Dsbi.h463 long __sbi_base_ecall(int fid);
467 int fid, int ext);
/arch/riscv/kernel/
A Dsbi_ecall.c8 long __sbi_base_ecall(int fid) in __sbi_base_ecall() argument
12 ret = sbi_ecall(SBI_EXT_BASE, fid, 0, 0, 0, 0, 0, 0); in __sbi_base_ecall()
23 int fid, int ext) in __sbi_ecall() argument
27 trace_sbi_call(ext, fid); in __sbi_ecall()
35 register uintptr_t a6 asm ("a6") = (uintptr_t)(fid); in __sbi_ecall()
A Dsbi.c126 switch (fid) { in __sbi_rfence_v01()
213 switch (fid) { in __sbi_rfence_v02_call()
218 ret = sbi_ecall(ext, fid, hmask, hbase, start, in __sbi_rfence_v02_call()
222 ret = sbi_ecall(ext, fid, hmask, hbase, start, in __sbi_rfence_v02_call()
227 ret = sbi_ecall(ext, fid, hmask, hbase, start, in __sbi_rfence_v02_call()
231 ret = sbi_ecall(ext, fid, hmask, hbase, start, in __sbi_rfence_v02_call()
235 ret = sbi_ecall(ext, fid, hmask, hbase, start, in __sbi_rfence_v02_call()
239 ret = sbi_ecall(ext, fid, hmask, hbase, start, in __sbi_rfence_v02_call()
244 fid, ext); in __sbi_rfence_v02_call()
272 result = __sbi_rfence_v02_call(fid, hmask, in __sbi_rfence_v02()
[all …]
/arch/s390/pci/
A Dpci_event.c25 u32 fid; /* function id */ member
42 u32 fid; /* function id */ member
291 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_error()
298 ccdf->fid, ccdf->fh, ccdf->pec); in __zpci_event_error()
304 rc = clp_refresh_fh(zdev->fid, &fh); in __zpci_event_error()
310 ccdf->fid, fh, ccdf->fh); in __zpci_event_error()
319 pdev ? pci_name(pdev) : "n/a", ccdf->pec, ccdf->fid); in __zpci_event_error()
380 zpci_dbg(1, "rea fid:%x, fh:%x\n", zdev->fid, zdev->fh); in zpci_event_reappear()
385 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_availability()
390 ccdf->fid, ccdf->fh, ccdf->pec); in __zpci_event_availability()
[all …]
A Dpci.c83 struct zpci_dev *get_zdev_by_fid(u32 fid) in get_zdev_by_fid() argument
89 if (tmp->fid == fid) { in get_zdev_by_fid()
108 !clp_get_state(zdev->fid, &state) && in zpci_remove_reserved_devices()
730 zdev->fid); in zpci_disable_device()
732 rc = clp_refresh_fh(zdev->fid, &fh); in zpci_disable_device()
814 zdev->fid = fid; in zpci_create_device()
830 zpci_dbg(0, "crt fid:%x, rc:%d\n", fid, rc); in zpci_create_device()
870 zpci_dbg(0, "add fid:%x, rc:%d\n", zdev->fid, rc); in zpci_add_device()
927 rc = sclp_pci_deconfigure(zdev->fid); in zpci_deconfigure_device()
949 zpci_dbg(3, "rsv fid:%x\n", zdev->fid); in zpci_device_reserved()
[all …]
A Dpci_clp.c323 zpci_dbg(3, "ena fid:%x, fh:%x, rc:%d\n", zdev->fid, *fh, rc); in clp_enable_fh()
327 zdev->fid, *fh, rc); in clp_enable_fh()
342 zpci_dbg(3, "dis fid:%x, fh:%x, rc:%d\n", zdev->fid, *fh, rc); in clp_disable_fh()
394 static int clp_find_pci(struct clp_req_rsp_list_pci *rrb, u32 fid, in clp_find_pci() argument
407 if (fh_list[i].fid == fid) { in clp_find_pci()
425 zdev = get_zdev_by_fid(entry->fid); in __clp_add()
430 zdev = zpci_create_device(entry->fid, entry->fh, entry->config_state); in __clp_add()
454 int clp_refresh_fh(u32 fid, u32 *fh) in clp_refresh_fh() argument
464 rc = clp_find_pci(rrb, fid, &entry); in clp_refresh_fh()
472 int clp_get_state(u32 fid, enum zpci_state *state) in clp_get_state() argument
[all …]
A Dpci_sysfs.c30 zpci_attr(function_id, "0x%08x\n", fid);
154 ret = sclp_pci_report(report, zdev->fh, zdev->fid); in report_error_write()
A Dpci_bus.c378 zdev->fid, ZPCI_NR_DEVICES); in zpci_bus_device_register()
416 pr_err("Adding PCI function %08x failed\n", zdev->fid); in zpci_bus_device_register()
A Dpci_report.c149 ret = sclp_pci_report(&report->header, zdev->fh, zdev->fid); in zpci_report_status()
/arch/s390/include/asm/
A Dsclp.h140 u32 fid; member
187 int sclp_pci_configure(u32 fid);
188 int sclp_pci_deconfigure(u32 fid);
191 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid);
A Dpci.h130 u32 fid; /* function ID, used by sclp */ member
220 struct zpci_dev *zpci_create_device(u32 fid, u32 fh, enum zpci_state state);
243 int clp_get_state(u32 fid, enum zpci_state *state);
244 int clp_refresh_fh(u32 fid, u32 *fh);
A Dpci_clp.h22 u32 fid; /* PCI function id */ member
121 u32 fid; /* pci function id */ member
A Dipl.h96 u32 fid; member
/arch/csky/include/uapi/asm/
A Dptrace.h46 unsigned long fid; member
/arch/arm64/kvm/hyp/nvhe/
A Dffa.c517 #define do_ffa_mem_xfer(fid, res, ctxt) \ argument
519 BUILD_BUG_ON((fid) != FFA_FN64_MEM_SHARE && \
520 (fid) != FFA_FN64_MEM_LEND); \
521 __do_ffa_mem_xfer((fid), (res), (ctxt)); \
/arch/s390/include/uapi/asm/
A Dipl.h81 __u32 fid; member
/arch/riscv/kvm/
A Dvcpu_pmu.c341 int kvm_riscv_vcpu_pmu_incr_fw(struct kvm_vcpu *vcpu, unsigned long fid) in kvm_riscv_vcpu_pmu_incr_fw() argument
346 if (!kvpmu || fid >= SBI_PMU_FW_MAX) in kvm_riscv_vcpu_pmu_incr_fw()
349 fevent = &kvpmu->fw_event[fid]; in kvm_riscv_vcpu_pmu_incr_fw()
/arch/s390/kernel/
A Dipl.c428 return sysfs_emit(page, "%08ux\n", ipl_block.nvme.fid); in sys_ipl_device_show()
484 DEFINE_IPL_ATTR_RO(ipl_nvme, fid, "0x%08llx\n",
485 (unsigned long long)ipl_block.nvme.fid);
941 DEFINE_IPL_ATTR_RW(reipl_nvme, fid, "0x%08llx\n", "%llx\n",
942 reipl_block_nvme->nvme.fid);
1603 DEFINE_IPL_ATTR_RW(dump_nvme, fid, "0x%08llx\n", "%llx\n",
1604 dump_block_nvme->nvme.fid);
2345 ipl_info.data.nvme.fid = ipl_block.nvme.fid; in setup_ipl()

Completed in 50 milliseconds