Home
last modified time | relevance | path

Searched refs:rid (Results 1 – 25 of 27) sorted by relevance

12

/arch/x86/hyperv/
Dirqdomain.c97 u32 rid; member
103 u8 bus = PCI_BUS_NUM(rd->rid); in get_rid_cb()
107 rd->rid = alias; in get_rid_cb()
118 .rid = PCI_DEVID(dev->bus->number, dev->devfn) in hv_build_pci_dev_id()
127 dev_id.pci.bdf.bus = PCI_BUS_NUM(data.rid); in hv_build_pci_dev_id()
128 dev_id.pci.bdf.device = PCI_SLOT(data.rid); in hv_build_pci_dev_id()
129 dev_id.pci.bdf.function = PCI_FUNC(data.rid); in hv_build_pci_dev_id()
/arch/ia64/include/asm/
Dmmu_context.h125 unsigned long rid; in reload_context() local
130 rid = context << 3; /* make space for encoding the region number */ in reload_context()
134 rr0 = (rid << 8) | (PAGE_SHIFT << 2) | 1; in reload_context()
Dprocessor.h181 __u64 rid : 24; /* region id */ member
/arch/x86/kernel/cpu/resctrl/
Dcore.c66 .rid = RDT_RESOURCE_L3,
80 .rid = RDT_RESOURCE_L2,
94 .rid = RDT_RESOURCE_MBA,
869 if (r->rid == RDT_RESOURCE_L3 || in rdt_init_res_defs_intel()
870 r->rid == RDT_RESOURCE_L2) { in rdt_init_res_defs_intel()
875 } else if (r->rid == RDT_RESOURCE_MBA) { in rdt_init_res_defs_intel()
890 if (r->rid == RDT_RESOURCE_L3 || in rdt_init_res_defs_amd()
891 r->rid == RDT_RESOURCE_L2) { in rdt_init_res_defs_amd()
896 } else if (r->rid == RDT_RESOURCE_MBA) { in rdt_init_res_defs_amd()
Drdtgroup.c1212 if (!resctrl_arch_get_cdp_enabled(r->rid)) in rdtgroup_cbm_overlaps()
1240 if (r->rid == RDT_RESOURCE_MBA) in rdtgroup_mode_test_exclusive()
1421 if (r->rid == RDT_RESOURCE_MBA) in rdtgroup_size_show()
1904 if (r->rid == RDT_RESOURCE_L2) in rdt_domain_reconfigure_cdp()
1907 if (r->rid == RDT_RESOURCE_L3) in rdt_domain_reconfigure_cdp()
2082 if (resctrl_arch_get_cdp_enabled(r->rid)) in schemata_list_add()
2111 if (r->cdp_capable && !resctrl_arch_get_cdp_enabled(r->rid)) in schemata_list_add()
2129 if (resctrl_arch_get_cdp_enabled(r->rid)) { in schemata_list_create()
2572 priv.u.rid = r->rid; in mkdir_mondata_subdir()
2755 if (resctrl_arch_get_cdp_enabled(r->rid)) in __init_one_rdt_domain()
[all …]
Dctrlmondata.c206 r->rid == RDT_RESOURCE_MBA) { in parse_line()
534 resid = md.u.rid; in rdtgroup_mondata_show()
Dinternal.h94 unsigned int rid : 10; member
/arch/powerpc/platforms/powernv/
Dpci-ioda.c77 (pe->rid & 0xff00) >> 8, in pe_level_printk()
78 PCI_SLOT(pe->rid), PCI_FUNC(pe->rid)); in pe_level_printk()
827 long rid_end, rid; in pnv_ioda_deconfigure_pe() local
854 rid_end = pe->rid + (count << 8); in pnv_ioda_deconfigure_pe()
865 rid_end = pe->rid + 1; in pnv_ioda_deconfigure_pe()
869 for (rid = pe->rid; rid < rid_end; rid++) in pnv_ioda_deconfigure_pe()
870 phb->ioda.pe_rmap[rid] = IODA_INVALID_PE; in pnv_ioda_deconfigure_pe()
879 rc = opal_pci_set_pe(phb->opal_id, pe->pe_number, pe->rid, in pnv_ioda_deconfigure_pe()
896 long rc, rid_end, rid; in pnv_ioda_configure_pe() local
922 rid_end = pe->rid + (count << 8); in pnv_ioda_configure_pe()
[all …]
Dpci.h74 unsigned int rid; member
Dpci-sriov.c648 pe->rid = (vf_bus << 8) | vf_devfn; in pnv_ioda_setup_vf_PE()
/arch/powerpc/platforms/pseries/
Dpci.c53 __be16 rid; /* Input: Virtual Function Router ID */ member
128 vf_pe_array[vf_index].rid = in pseries_associate_pes()
/arch/s390/include/asm/
Dpci_clp.h129 u16 rid; /* BUS/DEVFN PCI address */ member
/arch/mips/pci/
Dops-tx3927.c148 tx3927_pcicptr->rid, in tx3927_pcic_setup()
/arch/powerpc/mm/nohash/
Dtlb.c425 unsigned long rid = (address & rmask) | 0x1000000000000000ul; in tlb_flush_pgtable() local
429 vpte |= rid; in tlb_flush_pgtable()
/arch/arm/boot/dts/
Dibm-power9-dual.dtsi206 /* Legacy OCC numbering (to get rid of when userspace is fixed) */
Daspeed-bmc-opp-tacoma.dts403 /* Legacy OCC numbering (to get rid of when userspace is fixed) */
Daspeed-bmc-ibm-rainier.dts917 /* Legacy OCC numbering (to get rid of when userspace is fixed) */
/arch/mips/include/asm/txx9/
Dtx3927.h78 endian_def_b4(cc, scc, rpli, rid);
/arch/ia64/kernel/
Dpalinfo.c708 unsigned long rid:24; in tr_info() member
760 gr_reg->pl, gr_reg->ar, rid_reg->rid, gr_reg->p, gr_reg->ma, in tr_info()
/arch/m68k/fpsp040/
Dx_store.S114 | get rid of ext integer bit
Dround.S590 andil #0xe0000000,%d0 |get rid of all but G,R,S
/arch/arm/nwfpe/
DChangeLog55 register type out of FPREG, and getting rid of the union variable
/arch/x86/boot/
Dheader.S538 # or one byte per 256 bytes. OTOH, we can safely get rid of the +128 as
/arch/s390/pci/
Dpci_clp.c167 zdev->devfn = response->rid & ZPCI_RID_MASK_DEVFN; in clp_store_query_pci_fn()
/arch/mips/include/asm/octeon/
Dcvmx-pci-defs.h242 uint32_t rid:8; member
244 uint32_t rid:8;

12