Searched refs:where (Results 51 - 75 of 264) sorted by path

1234567891011

/linux-master/arch/alpha/lib/
H A Dmemchr.S72 # Deal with the case where at most 8 bytes remain to be searched
103 # Deal with the case where $18 > 8 bytes remain to be
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h160 ; - K mode: add the offset from current SP where H/w starts auto push
/linux-master/arch/arc/kernel/
H A Dentry-compact.S210 ; off to "C" code where SIGBUS in enqueued
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/arch/arm/crypto/
H A Dpoly1305-armv4.pl631 @ benefits Atom, where paddq is ridiculously slow.
H A Dsha1-armv4-large.S15 @ CRYPTOGAMS licenses depending on where you obtain it. For further
/linux-master/arch/arm/include/asm/
H A Dtraps.h33 extern void dump_backtrace_entry(unsigned long where, unsigned long from,
/linux-master/arch/arm/kernel/
H A Dentry-header.S174 @ mode. Useful in Thumb-2 mode where "stm/ldm rd, {sp, lr}^" is not
H A Dphys2virt.S78 @ instructions, where we need to patch in the offset into the
156 @ instructions, where we need to patch in the offset into the
H A Dtraps.c65 void dump_backtrace_entry(unsigned long where, unsigned long from, argument
85 loglvl, where, from);
88 loglvl, where, (void *)where, from, (void *)from);
90 printk("%s %ps from %pS\n", loglvl, (void *)where, (void *)from);
510 * circumstances where non-maskability improves robustness, such as
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/arch/arm/mach-dove/
H A Dpcie.c93 static int pcie_rd_conf(struct pci_bus *bus, u32 devfn, int where, argument
107 ret = orion_pcie_rd_conf(pp->base, bus, devfn, where, size, val);
114 int where, int size, u32 val)
125 ret = orion_pcie_wr_conf(pp->base, bus, devfn, where, size, val);
113 pcie_wr_conf(struct pci_bus *bus, u32 devfn, int where, int size, u32 val) argument
/linux-master/arch/arm/mach-footbridge/
H A Ddc21285.c60 dc21285_read_config(struct pci_bus *bus, unsigned int devfn, int where, argument
70 : "=r" (v) : "r" (addr), "r" (where) : "cc");
74 : "=r" (v) : "r" (addr), "r" (where) : "cc");
78 : "=r" (v) : "r" (addr), "r" (where) : "cc");
94 dc21285_write_config(struct pci_bus *bus, unsigned int devfn, int where, argument
104 : : "r" (value), "r" (addr), "r" (where)
109 : : "r" (value), "r" (addr), "r" (where)
114 : : "r" (value), "r" (addr), "r" (where)
/linux-master/arch/arm/mach-lpc32xx/
H A Dsuspend.S51 @ This guarantees a small windows where DRAM isn't busy
/linux-master/arch/arm/mach-mv78xx0/
H A Dpcie.c137 static int pcie_rd_conf(struct pci_bus *bus, u32 devfn, int where, argument
151 ret = orion_pcie_rd_conf(pp->base, bus, devfn, where, size, val);
158 int where, int size, u32 val)
169 ret = orion_pcie_wr_conf(pp->base, bus, devfn, where, size, val);
157 pcie_wr_conf(struct pci_bus *bus, u32 devfn, int where, int size, u32 val) argument
/linux-master/arch/arm/mach-orion5x/
H A Dpci.c51 * 2. where there's no device connected (no link)
73 static int pcie_rd_conf(struct pci_bus *bus, u32 devfn, int where, argument
85 ret = orion_pcie_rd_conf(PCIE_BASE, bus, devfn, where, size, val);
92 int where, int size, u32 *val)
106 if (where >= 0x100) {
112 bus, devfn, where, size, val);
118 int where, int size, u32 val)
127 ret = orion_pcie_wr_conf(PCIE_BASE, bus, devfn, where, size, val);
274 u32 where, u32 size, u32 *val)
280 PCI_CONF_DEV(dev) | PCI_CONF_REG(where) |
91 pcie_rd_conf_wa(struct pci_bus *bus, u32 devfn, int where, int size, u32 *val) argument
117 pcie_wr_conf(struct pci_bus *bus, u32 devfn, int where, int size, u32 val) argument
273 orion5x_pci_hw_rd_conf(int bus, int dev, u32 func, u32 where, u32 size, u32 *val) argument
295 orion5x_pci_hw_wr_conf(int bus, int dev, u32 func, u32 where, u32 size, u32 val) argument
342 orion5x_pci_rd_conf(struct pci_bus *bus, u32 devfn, int where, int size, u32 *val) argument
354 orion5x_pci_wr_conf(struct pci_bus *bus, u32 devfn, int where, int size, u32 val) argument
[all...]
/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/arm64/kvm/hyp/nvhe/
H A Dstacktrace.c89 * @where : the program counter corresponding to the stack frame
94 static bool pkvm_save_backtrace_entry(void *arg, unsigned long where) argument
106 stacktrace[*idx] = where;
/linux-master/arch/arm64/kvm/
H A Dstacktrace.c14 * buffer where the host can read and print the stacktrace.
144 * @where : the program counter corresponding to the stack frame
146 static bool kvm_nvhe_dump_backtrace_entry(void *arg, unsigned long where) argument
152 where = (where & va_mask) + hyp_offset;
153 kvm_err(" [<%016lx>] %pB\n", where, (void *)(where + kaslr_offset()));
/linux-master/arch/m68k/coldfire/
H A Dpci.c53 static unsigned long mcf_mk_pcicar(int bus, unsigned int devfn, int where) argument
55 return (bus << PCICAR_BUSN) | (devfn << PCICAR_DEVFNN) | (where & 0xfc);
59 int where, int size, u32 *value)
70 addr = mcf_mk_pcicar(bus->number, devfn, where);
73 addr = iospace + (where & 0x3);
93 int where, int size, u32 value)
102 addr = mcf_mk_pcicar(bus->number, devfn, where);
105 addr = iospace + (where & 0x3);
58 mcf_pci_readconfig(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) argument
92 mcf_pci_writeconfig(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) argument
/linux-master/arch/m68k/fpsp040/
H A Dslogn.S28 | u, where u = 2(X-1)/(X+1). Otherwise, move on to Step 2.
30 | Step 2. X = 2**k * Y where 1 <= Y < 2. Define F to be the first seven
32 | 2 where the six "x" match those of Y. Note that |Y-F| <= 2**(-7).
43 | u where u = 2X/(2+X). Otherwise, move on to Step 2.
45 | Step 2: Let 1+X = 2**k * Y, where 1 <= Y < 2. Define F as done in Step 2
47 | k*log(2) + log(F) + poly where poly approximates log(1+u),
/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/mips/pci/
H A Dops-bcm63xx.c20 static int postprocess_read(u32 data, int where, unsigned int size) argument
27 ret = (data >> ((where & 3) << 3)) & 0xff;
30 ret = (data >> ((where & 3) << 3)) & 0xffff;
39 static int preprocess_write(u32 orig_data, u32 val, int where, argument
47 ret = (orig_data & ~(0xff << ((where & 3) << 3))) |
48 (val << ((where & 3) << 3));
51 ret = (orig_data & ~(0xffff << ((where & 3) << 3))) |
52 (val << ((where & 3) << 3));
65 unsigned int devfn, int where)
72 reg = where >>
64 bcm63xx_setup_cfg_access(int type, unsigned int busn, unsigned int devfn, int where) argument
100 bcm63xx_do_cfg_read(int type, unsigned int busn, unsigned int devfn, int where, int size, u32 *val) argument
121 bcm63xx_do_cfg_write(int type, unsigned int busn, unsigned int devfn, int where, int size, u32 val) argument
147 bcm63xx_pci_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
161 bcm63xx_pci_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
208 fake_cb_bridge_read(int where, int size, u32 *val) argument
291 fake_cb_bridge_write(int where, int size, u32 val) argument
362 bcm63xx_cb_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
386 bcm63xx_cb_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
483 bcm63xx_pcie_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
503 bcm63xx_pcie_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
H A Dops-loongson2.c34 unsigned int devfn, int where,
43 int reg = where & ~3;
119 int where, int size, u32 *val)
123 if ((size == 2) && (where & 1))
125 else if ((size == 4) && (where & 3))
128 if (loongson_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where,
133 *val = (data >> ((where & 3) << 3)) & 0xff;
135 *val = (data >> ((where & 3) << 3)) & 0xffff;
143 int where, int size, u32 val)
147 if ((size == 2) && (where
32 loongson_pcibios_config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 *data) argument
118 loongson_pcibios_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
142 loongson_pcibios_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
H A Dops-tx4927.c58 static int mkaddr(struct pci_bus *bus, unsigned int devfn, int where, argument
65 | ((devfn & 0xff) << 0x08) | (where & 0xfc)
140 int where, int size, u32 *val)
145 ret = mkaddr(bus, devfn, where, pcicptr);
152 *val = icd_readb(where & 3, pcicptr);
155 *val = icd_readw(where & 3, pcicptr);
164 int where, int size, u32 val)
169 ret = mkaddr(bus, devfn, where, pcicptr);
174 icd_writeb(val, where & 3, pcicptr);
177 icd_writew(val, where
139 tx4927_pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
163 tx4927_pci_config_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]

Completed in 571 milliseconds

1234567891011