Searched refs:where (Results 151 - 175 of 264) sorted by relevance

1234567891011

/linux-master/arch/arc/kernel/
H A Dunwind.c135 } where; member in struct:unwind_item
673 static void set_rule(uleb128_t reg, enum item_location where, uleb128_t value, argument
677 state->regs[reg].where = where;
682 switch (where) {
1141 * state.regs[retAddrReg].where == Nowhere
1145 /* || state.regs[retAddrReg].where == Nowhere */
1160 switch (state.regs[i].where) {
1195 if (state.regs[i].where == Nowhere)
1199 switch (state.regs[i].where) {
[all...]
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c482 * PARAMETERS: where - Physical address of memory to be mapped
491 void *acpi_os_map_memory(acpi_physical_address where, acpi_size length) argument
494 return (ACPI_TO_POINTER((acpi_size)where));
501 * PARAMETERS: where - Logical address of memory to be unmapped
511 void acpi_os_unmap_memory(void *where, acpi_size length) argument
761 * Alternate timeout mechanism for environments where
1002 * value - Buffer where value is placed
/linux-master/drivers/md/persistent-data/
H A Ddm-transaction-manager.c81 dm_block_t where; member in struct:shadow_info
113 if (si->where == b) {
133 si->where = b;
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c29 int where)
46 return pcie->reg_base + (where & 0xfff);
73 return rc->cfg_base + (where & 0xfff);
28 cdns_pci_map_bus(struct pci_bus *bus, unsigned int devfn, int where) argument
/linux-master/drivers/pci/controller/
H A Dpcie-mt7621.c127 unsigned int devfn, int where)
131 PCI_FUNC(devfn), where);
135 return pcie->base + RALINK_PCI_CONFIG_DATA + (where & 3);
126 mt7621_pcie_map_bus(struct pci_bus *bus, unsigned int devfn, int where) argument
H A Dpcie-rcar.h139 void rcar_rmw32(struct rcar_pcie *pcie, int where, u32 mask, u32 data);
H A Dpci-xgene.c163 int where, int size, u32 *val)
168 ret = pci_generic_config_read32(bus, devfn, where & ~0x3, 4, val);
183 ((where & ~0x3) == XGENE_V1_PCI_EXP_CAP + PCI_EXP_RTCTL))
187 *val = (*val >> (8 * (where & 3))) & ((1 << (size * 8)) - 1);
162 xgene_pcie_config_read32(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
H A Dpci-hyperv.c1104 * @where: Offset within config space
1108 static void _hv_pcifront_read_config(struct hv_pci_dev *hpdev, int where, argument
1113 int offset = where + CFG_PAGE_OFFSET;
1119 if (where + size <= PCI_COMMAND) {
1120 memcpy(val, ((u8 *)&hpdev->desc.v_id) + where, size);
1121 } else if (where >= PCI_CLASS_REVISION && where + size <=
1123 memcpy(val, ((u8 *)&hpdev->desc.rev) + where -
1125 } else if (where >= PCI_SUBSYSTEM_VENDOR_ID && where
1226 _hv_pcifront_write_config(struct hv_pci_dev *hpdev, int where, int size, u32 val) argument
1288 hv_pcifront_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
1316 hv_pcifront_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
H A Dpci-aardvark.c1141 int where, int size, u32 *val)
1153 return pci_bridge_emul_conf_read(&pcie->bridge, where,
1161 allow_crs = (where == PCI_VENDOR_ID) && (size == 4) &&
1178 reg = ALIGN_DOWN(PCIE_ECAM_OFFSET(bus->number, devfn, where), 4);
1205 *val = (*val >> (8 * (where & 3))) & 0xff;
1207 *val = (*val >> (8 * (where & 3))) & 0xffff;
1227 int where, int size, u32 val)
1240 return pci_bridge_emul_conf_write(&pcie->bridge, where,
1243 if (where % size)
1259 reg = ALIGN_DOWN(PCIE_ECAM_OFFSET(bus->number, devfn, where),
1140 advk_pcie_rd_conf(struct pci_bus *bus, u32 devfn, int where, int size, u32 *val) argument
1226 advk_pcie_wr_conf(struct pci_bus *bus, u32 devfn, int where, int size, u32 val) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsto_res.S4 | Takes the result and puts it in where the user expects it.
H A Dstwotox.S29 | 3. Decompose X as X = N/64 + r where |r| <= 1/128. Furthermore
48 | where L1, L2 are the leading and trailing parts of log_10(2)/64
61 | 3. Calculate P where 1 + P approximates exp(r):
/linux-master/drivers/acpi/acpica/
H A Dacdebug.h280 void acpi_db_set_output_destination(u32 where);
/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c242 * RMO where RTAS can access it.
387 * a PE (i.e. for devices where the driver doesn't support error
669 * @where: PCI config space offset
675 static int pseries_eeh_read_config(struct eeh_dev *edev, int where, int size, u32 *val) argument
679 return rtas_pci_dn_read_config(pdn, where, size, val);
685 * @where: PCI config space offset
691 static int pseries_eeh_write_config(struct eeh_dev *edev, int where, int size, u32 val) argument
695 return rtas_pci_dn_write_config(pdn, where, size, val);
/linux-master/fs/afs/
H A Dfs_probe.c19 enum afs_estate_trace where)
25 trace_afs_estate(estate->server_id, estate->probe_seq, r, where);
40 void afs_put_endpoint_state(struct afs_endpoint_state *estate, enum afs_estate_trace where) argument
48 trace_afs_estate(server_id, probe_seq, r, where);
18 afs_get_endpoint_state(struct afs_endpoint_state *estate, enum afs_estate_trace where) argument
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-kirin.c522 int where, int size, u32 *val)
529 *val = dw_pcie_read_dbi(pci, where, size);
534 int where, int size, u32 val)
541 dw_pcie_write_dbi(pci, where, size, val);
521 kirin_pcie_rd_own_conf(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
533 kirin_pcie_wr_own_conf(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
/linux-master/arch/x86/boot/compressed/
H A Dmisc.h64 void free(void *where);
/linux-master/fs/bcachefs/
H A Dextents.h717 static inline void bch2_cut_front(struct bpos where, struct bkey_i *k) argument
719 bch2_cut_front_s(where, bkey_i_to_s(k));
722 static inline void bch2_cut_back(struct bpos where, struct bkey_i *k) argument
724 bch2_cut_back_s(where, bkey_i_to_s(k));
730 * bkey_start_offset(k) will be preserved, modifies where the extent ends
/linux-master/arch/sparc/kernel/
H A Dwof.S67 * where if any user windows are active, at least one bit will
97 save %g0, %g0, %g0 ! Go where saving will occur
144 save %g0, %g0, %g0 ! Go to where the saving will occur
/linux-master/tools/bpf/
H A Dbpf_dbg.c536 static void bpf_set_breakpoints(unsigned int where) argument
542 if (bpf_breakpoints[i] == (int) where) {
549 bpf_breakpoints[i] = where;
1164 unsigned int where = strtoul(subcmd, NULL, 10); local
1166 if (where < bpf_prog_len) {
1167 bpf_set_breakpoints(where);
1169 bpf_disasm(bpf_image[where], where);
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma.h345 unsigned int where)
347 return atomic_read(&vma->flags) & where;
344 i915_vma_is_bound(const struct i915_vma *vma, unsigned int where) argument
/linux-master/arch/powerpc/kernel/
H A Dsignal.c365 const char *where, void __user *ptr)
369 task_pid_nr(tsk), where, ptr, regs->nip, regs->link);
364 signal_fault(struct task_struct *tsk, struct pt_regs *regs, const char *where, void __user *ptr) argument
/linux-master/drivers/tty/vt/
H A Dselection.c61 static inline void highlight_pointer(const int where) argument
63 complement_pos(vc_sel.cons, where);
/linux-master/arch/arm64/kernel/
H A Dstacktrace.c295 static bool dump_backtrace_entry(void *arg, unsigned long where) argument
298 printk("%s %pSb\n", loglvl, (void *)where);
/linux-master/arch/powerpc/include/asm/
H A Deeh.h225 int (*read_config)(struct eeh_dev *edev, int where, int size, u32 *val);
226 int (*write_config)(struct eeh_dev *edev, int where, int size, u32 val);
/linux-master/fs/ext2/
H A Dinode.c221 * numbers of the chain, addresses they were taken from (and where we can
553 * @where: location of missing link
562 long block, Indirect *where, int num, int blks)
573 *where->p = where->key;
580 current_block = le32_to_cpu(where->key) + 1;
582 *(where->p + i ) = cpu_to_le32(current_block++);
593 le32_to_cpu(where[num].key) + blks - 1;
599 if (where->bh)
600 mark_buffer_dirty_inode(where
561 ext2_splice_branch(struct inode *inode, long block, Indirect *where, int num, int blks) argument
[all...]

Completed in 446 milliseconds

1234567891011