Home
last modified time | relevance | path

Searched refs:sid (Results 1 – 25 of 29) sorted by relevance

12

/arch/mips/pci/
A Dpci-ip27.c33 u32 sid; in ip29_fixup_phy() local
39 pci_read_config_dword(dev, PCI_SUBSYSTEM_VENDOR_ID, &sid); in ip29_fixup_phy()
40 if (sid == (PCI_VENDOR_ID_SGI | (IOC3_SUBSYS_IP29_SYSBOARD) << 16)) in ip29_fixup_phy()
A Dpci-xtalk-bridge.c46 static int ioc3_cfg_rd(void *addr, int where, int size, u32 *value, u32 sid) in ioc3_cfg_rd() argument
57 cf = sid; in ioc3_cfg_rd()
467 #define IOC3_SID(sid) (PCI_VENDOR_ID_SGI | ((sid) << 16)) argument
/arch/powerpc/kvm/
A De500.c72 unsigned long sid; in local_sid_setup_one() local
75 sid = __this_cpu_inc_return(pcpu_last_used_sid); in local_sid_setup_one()
76 if (sid < NUM_TIDS) { in local_sid_setup_one()
77 __this_cpu_write(pcpu_sids.entry[sid], entry); in local_sid_setup_one()
78 entry->val = sid; in local_sid_setup_one()
80 ret = sid; in local_sid_setup_one()
90 WARN_ON(sid > NUM_TIDS); in local_sid_setup_one()
190 int sid; in kvmppc_e500_get_sid() local
198 while (sid <= 0) { in kvmppc_e500_get_sid()
201 if (sid <= 0) { in kvmppc_e500_get_sid()
[all …]
/arch/m68k/coldfire/
A Dpci.c158 int sid; in mcf_pci_map_irq() local
160 sid = mcf_host_slot2sid[slot]; in mcf_pci_map_irq()
161 if (sid) in mcf_pci_map_irq()
162 return mcf_host_irq[sid]; in mcf_pci_map_irq()
/arch/sparc/kernel/
A Dviohs.c37 tag->sid = vio_send_sid(vio); in send_ctrl()
166 pkt->type, pkt->stype, pkt->stype_env, pkt->sid); in process_unknown()
272 vio->_peer_sid = pkt->tag.sid; in process_ver_info()
687 u32 sid; in vio_validate_sid() local
703 sid = vio->_peer_sid; in vio_validate_sid()
707 sid = vio->_local_sid; in vio_validate_sid()
711 if (sid == tp->sid) in vio_validate_sid()
714 tp->sid, vio->_peer_sid, vio->_local_sid); in vio_validate_sid()
A Dsun4d_smp.c229 #define IGEN_MESSAGE(bcast, devid, sid, levels) \ argument
230 (((bcast) << 31) | ((devid) << 23) | ((sid) << 15) | (levels))
/arch/parisc/include/asm/
A Dtlbflush.h16 int __flush_tlb_range(unsigned long sid,
/arch/s390/include/uapi/asm/
A Dchsc.h25 struct subchannel_id sid; member
/arch/arm64/boot/dts/allwinner/
A Dsun50i-h5.dtsi268 &sid {
269 compatible = "allwinner,sun50i-h5-sid";
A Dsun55i-a523.dtsi399 sid: efuse@3006000 { label
400 compatible = "allwinner,sun55i-a523-sid",
401 "allwinner,sun50i-a64-sid";
A Dsun50i-a100.dtsi173 compatible = "allwinner,sun50i-a100-sid",
174 "allwinner,sun50i-a64-sid";
A Dsun50i-h616.dtsi216 sid: efuse@3006000 { label
217 compatible = "allwinner,sun50i-h616-sid", "allwinner,sun50i-a64-sid";
A Dsun50i-h6.dtsi304 sid: efuse@3006000 { label
305 compatible = "allwinner,sun50i-h6-sid";
A Dsun50i-a64.dtsi583 sid: eeprom@1c14000 { label
584 compatible = "allwinner,sun50i-a64-sid";
/arch/powerpc/sysdev/
A Dfsl_rmu.c192 u16 sid; member
323 dmsg->sid, dmsg->tid, dmsg->info); in fsl_rio_dbell_handler()
339 dbell->dev_id, dmsg->sid, in fsl_rio_dbell_handler()
351 dmsg->sid, dmsg->tid, in fsl_rio_dbell_handler()
/arch/arm/boot/dts/allwinner/
A Dsun8i-h3.dtsi333 &sid {
334 compatible = "allwinner,sun8i-h3-sid";
A Dsun5i.dtsi650 sid: eeprom@1c23800 { label
651 compatible = "allwinner,sun4i-a10-sid";
A Dsun4i-a10.dtsi938 sid: eeprom@1c23800 { label
939 compatible = "allwinner,sun4i-a10-sid";
A Dsun8i-a83t.dtsi593 sid: eeprom@1c14000 { label
594 compatible = "allwinner,sun8i-a83t-sid";
A Dsun7i-a20.dtsi1292 sid: eeprom@1c23800 { label
1293 compatible = "allwinner,sun7i-a20-sid";
/arch/x86/kernel/apic/
A Dx2apic_uv_x.c580 int bytes, i, sid, lsid = -1, indx = 0, lindx = -1; in build_uv_gr_table() local
608 sid = gre->sockid - _min_socket; in build_uv_gr_table()
609 if (lsid < sid) { in build_uv_gr_table()
615 lsid = sid; in build_uv_gr_table()
620 if (lsid == sid && !ram_limit) { in build_uv_gr_table()
/arch/parisc/kernel/
A Dcache.c680 int __flush_tlb_range(unsigned long sid, unsigned long start, in __flush_tlb_range() argument
696 mtsp(sid, SR_TEMP1); in __flush_tlb_range()
/arch/powerpc/platforms/52xx/
A Dmpc52xx_pci.c73 u32 sid; /* PCI + 0x2C */ member
/arch/sparc/include/asm/
A Dvio.h39 u32 sid; member
/arch/riscv/boot/dts/allwinner/
A Dsunxi-d1s-t113.dtsi424 sid: efuse@3006000 { label
425 compatible = "allwinner,sun20i-d1-sid";

Completed in 62 milliseconds

12