Searched refs:where (Results 176 - 200 of 264) sorted by relevance

1234567891011

/linux-master/drivers/pci/
H A Dxen-pcifront.c176 int where, int size, u32 *val)
184 .offset = where,
193 PCI_FUNC(devfn), where, size);
213 int where, int size, u32 val)
220 .offset = where,
230 PCI_SLOT(devfn), PCI_FUNC(devfn), where, size, val);
175 pcifront_bus_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
212 pcifront_bus_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
/linux-master/drivers/pcmcia/
H A Dpcmcia_resource.c156 off_t where, u8 *val,
177 addr = (p_dev->config_base + where) >> 1;
193 int pcmcia_read_config_byte(struct pcmcia_device *p_dev, off_t where, u8 *val) argument
195 return pcmcia_access_config(p_dev, where, val, pcmcia_read_cis_mem);
206 int pcmcia_write_config_byte(struct pcmcia_device *p_dev, off_t where, u8 val) argument
208 return pcmcia_access_config(p_dev, where, &val, pcmcia_write_cis_mem);
155 pcmcia_access_config(struct pcmcia_device *p_dev, off_t where, u8 *val, int (*accessf) (struct pcmcia_socket *s, int attr, unsigned int addr, unsigned int len, void *ptr)) argument
/linux-master/fs/netfs/
H A Dfscache_cookie.c89 enum fscache_cookie_trace where)
91 fscache_get_cookie(cookie, where);
1004 enum fscache_cookie_trace where)
1012 trace_fscache_cookie(cookie_debug_id, ref - 1, where);
1024 enum fscache_cookie_trace where)
1029 trace_fscache_cookie(cookie->debug_id, ref + 1, where);
88 fscache_queue_cookie(struct fscache_cookie *cookie, enum fscache_cookie_trace where) argument
1003 fscache_put_cookie(struct fscache_cookie *cookie, enum fscache_cookie_trace where) argument
1023 fscache_get_cookie(struct fscache_cookie *cookie, enum fscache_cookie_trace where) argument
/linux-master/arch/m68k/fpsp040/
H A Dssin.S34 | 3. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let
41 | where cos(r) is approximated by an even polynomial in r,
46 | where sin(r) is approximated by an odd polynomial in r
59 | 2. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let
67 | SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where
72 | SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where
499 |--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but
H A Dsetox.S75 | to have a small number of cases where |X| is less than,
91 | where
104 | 3.1 R := X + N*L1, where L1 := single-precision(-log2/64).
139 | where S = R*R.
143 | where T and t are the stored values for 2^(J/64).
144 | Notes: 2^(J/64) is stored as T and t where T+t approximates
164 | When that is the case, AdjScale = 2^(M1) where M1 is
182 | this code where the separate entry for denormalized inputs
185 | Step 8. Handle exp(X) where |X| >= 16380log2.
241 | 3.1 R := X + N*L1, where L
[all...]
/linux-master/fs/bcachefs/
H A Dextents.c1426 int bch2_cut_front_s(struct bpos where, struct bkey_s k) argument
1432 if (bkey_le(where, bkey_start_pos(k.k)))
1435 EBUG_ON(bkey_gt(where, k.k->p));
1437 sub = where.offset - bkey_start_offset(k.k);
1508 int bch2_cut_back_s(struct bpos where, struct bkey_s k) argument
1514 if (bkey_ge(where, k.k->p))
1517 EBUG_ON(bkey_lt(where, bkey_start_pos(k.k)));
1519 len = where.offset - bkey_start_offset(k.k);
1521 k.k->p.offset = where.offset;
/linux-master/drivers/edac/
H A Di5400_edac.c83 #define FERR_FAT_FBDCHAN (3<<28) /* channel index where the highest-order error occurred */
1097 int where = MTR0 + (slot_row * sizeof(u16)); local
1100 pci_read_config_word(pvt->branch_0, where,
1103 edac_dbg(2, "MTR%d where=0x%x B0 value=0x%x\n",
1104 slot_row, where, pvt->b0_mtr[slot_row]);
1112 pci_read_config_word(pvt->branch_1, where,
1114 edac_dbg(2, "MTR%d where=0x%x B1 value=0x%x\n",
1115 slot_row, where, pvt->b1_mtr[slot_row]);
H A Di5000_edac.c1182 int where = MTR0 + (slot_row * sizeof(u32)); local
1184 pci_read_config_word(pvt->branch_0, where,
1187 edac_dbg(2, "MTR%d where=0x%x B0 value=0x%x\n",
1188 slot_row, where, pvt->b0_mtr[slot_row]);
1191 pci_read_config_word(pvt->branch_1, where,
1193 edac_dbg(2, "MTR%d where=0x%x B1 value=0x%x\n",
1194 slot_row, where, pvt->b1_mtr[slot_row]);
/linux-master/drivers/net/wireguard/selftest/
H A Dallowedips.c155 struct horrible_allowedips_node *other = NULL, *where = NULL; local
168 where = other;
172 if (!other && !where)
175 hlist_add_behind(&node->table, &where->table);
177 hlist_add_before(&node->table, &where->table);
/linux-master/drivers/pci/controller/
H A Dpci-tegra.c419 unsigned int where)
421 return ((where & 0xf00) << 16) | (bus << 16) | (PCI_SLOT(devfn) << 11) |
422 (PCI_FUNC(devfn) << 8) | (where & 0xff);
427 int where)
438 addr = port->base + (where & ~3);
446 offset = tegra_pcie_conf_offset(bus->number, devfn, where);
460 int where, int size, u32 *value)
463 return pci_generic_config_read32(bus, devfn, where, size,
466 return pci_generic_config_read(bus, devfn, where, size, value);
470 int where, in
418 tegra_pcie_conf_offset(u8 bus, unsigned int devfn, unsigned int where) argument
425 tegra_pcie_map_bus(struct pci_bus *bus, unsigned int devfn, int where) argument
459 tegra_pcie_config_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) argument
469 tegra_pcie_config_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) argument
[all...]
H A Dpcie-xilinx.c172 * @where: Offset from base
178 unsigned int devfn, int where)
185 return pcie->reg_base + PCIE_ECAM_OFFSET(bus->number, devfn, where);
177 xilinx_pcie_map_bus(struct pci_bus *bus, unsigned int devfn, int where) argument
/linux-master/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c48 unsigned int devfn, int where)
59 return pcie->csr_axi_slave_base + where;
73 return rp->config_axi_slave_base + where;
47 mobiveil_pcie_map_bus(struct pci_bus *bus, unsigned int devfn, int where) argument
/linux-master/include/trace/events/
H A Drxrpc.h1047 enum rxrpc_tx_point where),
1049 TP_ARGS(call_id, whdr, where),
1053 __field(enum rxrpc_tx_point, where)
1060 __entry->where = where;
1074 __print_symbolic(__entry->where, rxrpc_tx_points))
1757 enum rxrpc_tx_point where),
1759 TP_ARGS(debug_id, serial, ret, where),
1765 __field(enum rxrpc_tx_point, where)
1772 __entry->where
[all...]
/linux-master/fs/afs/
H A Dinternal.h1188 enum afs_estate_trace where);
1189 void afs_put_endpoint_state(struct afs_endpoint_state *estate, enum afs_estate_trace where);
1699 static inline int afs_io_error(struct afs_call *call, enum afs_io_error where) argument
1701 trace_afs_io_error(call->debug_id, -EIO, where);
1705 static inline int afs_bad(struct afs_vnode *vnode, enum afs_file_error where) argument
1707 trace_afs_file_error(vnode, -EIO, where);
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S86 # r3 holds pointer to where to put the result of fork
H A Dfpu_asm.S104 # r3 holds pointer to where to put the result of fork
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence.h355 * @ob_addr: base addresses in the AXI bus where the outbound regions start
356 * @irq_phys_addr: base address on the AXI bus where the MSI/INTX IRQ
358 * @irq_cpu_addr: base address in the CPU space where a write access triggers
526 int where);
534 int where)
533 cdns_pci_map_bus(struct pci_bus *bus, unsigned int devfn, int where) argument
/linux-master/drivers/vdpa/ifcvf/
H A Difcvf_base.c59 uint32_t *val, int size, int where)
64 ret = pci_read_config_dword(dev, where + i, val + i / 4);
58 ifcvf_read_config_range(struct pci_dev *dev, uint32_t *val, int size, int where) argument
/linux-master/arch/arm/kernel/
H A Dunwind.c319 * loop until we get an instruction byte where bit 7 is not set.
321 * Note: This decodes a maximum of 4 bytes to output 28 bits data where
487 * call_with_stack() is the only place where we permit SP to
563 unsigned long where = frame.pc; local
568 dump_backtrace_entry(where, frame.pc, frame.sp - 4, loglvl);
/linux-master/drivers/misc/mei/
H A Dpci-me.c141 static int mei_me_read_fws(const struct mei_device *dev, int where, u32 *val) argument
145 return pci_read_config_dword(pdev, where, val);
/linux-master/scripts/
H A Dparse-maintainers.pl40 L: Mailing list where patches should be sent
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h114 # This is the variable where the next core to boot is stored
/linux-master/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S94 # a0: address where this code has been loaded
/linux-master/include/acpi/
H A Dacpiosxf.h183 void *acpi_os_map_memory(acpi_physical_address where, acpi_size length);
/linux-master/arch/powerpc/kernel/
H A Dsignal.h205 const char *where, void __user *ptr);

Completed in 417 milliseconds

1234567891011