location 140 arch/alpha/kernel/module.c void *base, *location; location 162 arch/alpha/kernel/module.c location = base + rela[i].r_offset; location 173 arch/alpha/kernel/module.c *(u32 *)location = value; location 177 arch/alpha/kernel/module.c ((u32 *)location)[0] = value; location 178 arch/alpha/kernel/module.c ((u32 *)location)[1] = value >> 32; location 184 arch/alpha/kernel/module.c *(u32 *)location = value; location 191 arch/alpha/kernel/module.c *(u16 *)location = lo; location 197 arch/alpha/kernel/module.c value = gp - (u64)location; location 202 arch/alpha/kernel/module.c *(u16 *)location = hi >> 16; location 203 arch/alpha/kernel/module.c *(u16 *)(location + rela[i].r_addend) = lo; location 217 arch/alpha/kernel/module.c value -= (u64)location + 4; location 224 arch/alpha/kernel/module.c value |= *(u32 *)location & ~0x1fffff; location 225 arch/alpha/kernel/module.c *(u32 *)location = value; location 230 arch/alpha/kernel/module.c value -= (u64)location; location 233 arch/alpha/kernel/module.c *(u32 *)location = value; location 236 arch/alpha/kernel/module.c value -= (u64)location; location 237 arch/alpha/kernel/module.c *(u64 *)location = value; location 243 arch/alpha/kernel/module.c *(u16 *)location = value; location 247 arch/alpha/kernel/module.c *(u16 *)location = value; location 253 arch/alpha/kernel/module.c *(u16 *)location = value; location 54 arch/arc/kernel/module.c Elf32_Addr relocation, location, tgt_addr; location 77 arch/arc/kernel/module.c location = tgt_addr + rel_entry[i].r_offset; location 93 arch/arc/kernel/module.c sym_entry->st_value, location, relocation, s); location 103 arch/arc/kernel/module.c arc_write_me((unsigned short *)location, relocation); location 105 arch/arc/kernel/module.c *((Elf32_Addr *) location) = relocation; location 107 arch/arc/kernel/module.c *((Elf32_Addr *) location) = relocation - location; location 377 arch/arm/vfp/vfp.h asmlinkage void vfp_save_state(void *location, u32 fpexc); location 49 arch/c6x/kernel/module.c u32 *location, opcode; location 59 arch/c6x/kernel/module.c location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr location 72 arch/c6x/kernel/module.c pr_debug("RELA ABS32: [%p] = 0x%x\n", location, v); location 73 arch/c6x/kernel/module.c *location = v; location 76 arch/c6x/kernel/module.c pr_debug("RELA ABS16: [%p] = 0x%x\n", location, v); location 77 arch/c6x/kernel/module.c *(u16 *)location = v; location 80 arch/c6x/kernel/module.c pr_debug("RELA ABS8: [%p] = 0x%x\n", location, v); location 81 arch/c6x/kernel/module.c *(u8 *)location = v; location 84 arch/c6x/kernel/module.c opcode = *location; location 88 arch/c6x/kernel/module.c location, v, opcode); location 89 arch/c6x/kernel/module.c *location = opcode; location 92 arch/c6x/kernel/module.c opcode = *location; location 96 arch/c6x/kernel/module.c location, v, opcode); location 97 arch/c6x/kernel/module.c *location = opcode; location 100 arch/c6x/kernel/module.c if (fixup_pcr(location, v, 21, 7)) location 104 arch/c6x/kernel/module.c if (fixup_pcr(location, v, 12, 16)) location 108 arch/c6x/kernel/module.c if (fixup_pcr(location, v, 10, 13)) location 29 arch/csky/kernel/module.c static void jsri_2_lrw_jsr(uint32_t *location) location 31 arch/csky/kernel/module.c uint16_t *location_tmp = (uint16_t *)location; location 38 arch/csky/kernel/module.c CHANGE_JSRI_TO_LRW(location); location 40 arch/csky/kernel/module.c SET_JSR32_R26(location + 1); location 44 arch/csky/kernel/module.c static void inline jsri_2_lrw_jsr(uint32_t *location) location 56 arch/csky/kernel/module.c uint32_t *location; location 61 arch/csky/kernel/module.c location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr location 69 arch/csky/kernel/module.c *location = rel[i].r_addend + sym->st_value; location 73 arch/csky/kernel/module.c *location = rel[i].r_addend + sym->st_value location 74 arch/csky/kernel/module.c - (uint32_t)location; location 79 arch/csky/kernel/module.c jsri_2_lrw_jsr(location); location 82 arch/csky/kernel/module.c temp = ((short *)location) + 1; location 87 arch/csky/kernel/module.c temp = ((short *)location) + 1; location 73 arch/hexagon/kernel/module.c uint32_t *location; location 90 arch/hexagon/kernel/module.c location = loc_base + rela[i].r_offset; location 96 arch/hexagon/kernel/module.c i, value, location, ELF32_R_TYPE(rela[i].r_info), location 102 arch/hexagon/kernel/module.c int dist = (int)(value - (uint32_t)location); location 109 arch/hexagon/kernel/module.c dist, value, (uint32_t)location, location 114 arch/hexagon/kernel/module.c DEBUGP("B22_PCREL contents: %08X.\n", *location); location 115 arch/hexagon/kernel/module.c *location &= ~0x01ff3fff; location 116 arch/hexagon/kernel/module.c *location |= 0x00003fff & dist; location 117 arch/hexagon/kernel/module.c *location |= 0x01ff0000 & (dist<<2); location 118 arch/hexagon/kernel/module.c DEBUGP("Contents after reloc: %08x\n", *location); location 125 arch/hexagon/kernel/module.c *location &= ~0x00c03fff; location 126 arch/hexagon/kernel/module.c *location |= value & 0x3fff; location 127 arch/hexagon/kernel/module.c *location |= (value & 0xc000) << 8; location 130 arch/hexagon/kernel/module.c *location = value; location 133 arch/hexagon/kernel/module.c *location = value - (uint32_t)location; location 620 arch/ia64/kernel/module.c Elf64_Shdr *sec, void *location) location 636 arch/ia64/kernel/module.c case RV_PLTREL: val = get_plt(mod, location, val, &ok); break; location 644 arch/ia64/kernel/module.c if ((in_init(mod, val) && in_core(mod, (uint64_t)location)) || location 645 arch/ia64/kernel/module.c (in_core(mod, val) && in_init(mod, (uint64_t)location))) { location 650 arch/ia64/kernel/module.c uint64_t delta = ((int64_t)val - (int64_t)location) / 16; location 653 arch/ia64/kernel/module.c val = get_plt(mod, location, val, &ok); location 656 arch/ia64/kernel/module.c val = get_plt(mod, location, val, &ok); location 659 arch/ia64/kernel/module.c val -= bundle(location); location 666 arch/ia64/kernel/module.c val -= (uint64_t) location; location 698 arch/ia64/kernel/module.c val -= bundle(location); location 705 arch/ia64/kernel/module.c val = get_fdesc(mod, get_plt(mod, location, val, &ok), &ok); location 727 arch/ia64/kernel/module.c DEBUGP("%s: patching ld8 at %p to mov\n", __func__, location); location 728 arch/ia64/kernel/module.c ia64_patch((u64) location, 0x1fff80fe000UL, 0x10000000000UL); location 761 arch/ia64/kernel/module.c DEBUGP("%s: [%p]<-%016lx = %s(%lx)\n", __func__, location, val, location 765 arch/ia64/kernel/module.c case RF_INSN21B: ok = apply_imm21b(mod, location, (int64_t) val / 16); break; location 766 arch/ia64/kernel/module.c case RF_INSN22: ok = apply_imm22(mod, location, val); break; location 767 arch/ia64/kernel/module.c case RF_INSN64: ok = apply_imm64(mod, location, val); break; location 768 arch/ia64/kernel/module.c case RF_INSN60: ok = apply_imm60(mod, location, (int64_t) val / 16); break; location 769 arch/ia64/kernel/module.c case RF_32LSB: put_unaligned(val, (uint32_t *) location); break; location 770 arch/ia64/kernel/module.c case RF_64LSB: put_unaligned(val, (uint64_t *) location); break; location 31 arch/m68k/kernel/module.c uint32_t *location; location 37 arch/m68k/kernel/module.c location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr location 47 arch/m68k/kernel/module.c *location += sym->st_value; location 51 arch/m68k/kernel/module.c *location += sym->st_value - (uint32_t)location; location 71 arch/m68k/kernel/module.c uint32_t *location; location 77 arch/m68k/kernel/module.c location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr location 87 arch/m68k/kernel/module.c *location = rel[i].r_addend + sym->st_value; location 91 arch/m68k/kernel/module.c *location = rel[i].r_addend + sym->st_value - (uint32_t)location; location 25 arch/microblaze/kernel/module.c unsigned long int *location; location 36 arch/microblaze/kernel/module.c location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr + location 53 arch/microblaze/kernel/module.c old_value = *location; location 54 arch/microblaze/kernel/module.c *location = value + old_value; location 59 arch/microblaze/kernel/module.c *location = value; location 66 arch/microblaze/kernel/module.c old_value = ((location[0] & 0x0000FFFF) << 16) | location 67 arch/microblaze/kernel/module.c (location[1] & 0x0000FFFF); location 70 arch/microblaze/kernel/module.c location[0] = (location[0] & 0xFFFF0000) | location 72 arch/microblaze/kernel/module.c location[1] = (location[1] & 0xFFFF0000) | location 82 arch/microblaze/kernel/module.c old_value = (location[0] & 0xFFFF) << 16 | location 83 arch/microblaze/kernel/module.c (location[1] & 0xFFFF); location 86 arch/microblaze/kernel/module.c value -= (unsigned long int)(location) + 4; location 87 arch/microblaze/kernel/module.c location[0] = (location[0] & 0xFFFF0000) | location 89 arch/microblaze/kernel/module.c location[1] = (location[1] & 0xFFFF0000) | location 44 arch/mips/kernel/module.c static int apply_r_mips_none(struct module *me, u32 *location, location 50 arch/mips/kernel/module.c static int apply_r_mips_32(struct module *me, u32 *location, location 53 arch/mips/kernel/module.c *location = base + v; location 58 arch/mips/kernel/module.c static int apply_r_mips_26(struct module *me, u32 *location, location 67 arch/mips/kernel/module.c if ((v & 0xf0000000) != (((unsigned long)location + 4) & 0xf0000000)) { location 73 arch/mips/kernel/module.c *location = (*location & ~0x03ffffff) | location 79 arch/mips/kernel/module.c static int apply_r_mips_hi16(struct module *me, u32 *location, location 85 arch/mips/kernel/module.c *location = (*location & 0xffff0000) | location 99 arch/mips/kernel/module.c n->addr = (Elf_Addr *)location; location 118 arch/mips/kernel/module.c static int apply_r_mips_lo16(struct module *me, u32 *location, location 126 arch/mips/kernel/module.c *location = (*location & 0xffff0000) | (v & 0xffff); location 177 arch/mips/kernel/module.c *location = insnlo; location 190 arch/mips/kernel/module.c static int apply_r_mips_pc(struct module *me, u32 *location, u32 base, location 207 arch/mips/kernel/module.c offset += ((long)v - (long)location) >> 2; location 216 arch/mips/kernel/module.c *location = (*location & ~mask) | (offset & mask); location 221 arch/mips/kernel/module.c static int apply_r_mips_pc16(struct module *me, u32 *location, location 224 arch/mips/kernel/module.c return apply_r_mips_pc(me, location, base, v, 16); location 227 arch/mips/kernel/module.c static int apply_r_mips_pc21(struct module *me, u32 *location, location 230 arch/mips/kernel/module.c return apply_r_mips_pc(me, location, base, v, 21); location 233 arch/mips/kernel/module.c static int apply_r_mips_pc26(struct module *me, u32 *location, location 236 arch/mips/kernel/module.c return apply_r_mips_pc(me, location, base, v, 26); location 239 arch/mips/kernel/module.c static int apply_r_mips_64(struct module *me, u32 *location, location 245 arch/mips/kernel/module.c *(Elf_Addr *)location = v; location 250 arch/mips/kernel/module.c static int apply_r_mips_higher(struct module *me, u32 *location, location 256 arch/mips/kernel/module.c *location = (*location & 0xffff0000) | location 262 arch/mips/kernel/module.c static int apply_r_mips_highest(struct module *me, u32 *location, location 268 arch/mips/kernel/module.c *location = (*location & 0xffff0000) | location 289 arch/mips/kernel/module.c typedef int (*reloc_handler)(struct module *me, u32 *location, location 317 arch/mips/kernel/module.c u32 *location, base; location 331 arch/mips/kernel/module.c location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr location 365 arch/mips/kernel/module.c base = *location; location 369 arch/mips/kernel/module.c err = handler(me, location, base, v, rela); location 228 arch/mips/kernel/vpe.c static int apply_r_mips_none(struct module *me, uint32_t *location, location 234 arch/mips/kernel/vpe.c static int apply_r_mips_gprel16(struct module *me, uint32_t *location, location 239 arch/mips/kernel/vpe.c if (!(*location & 0xffff)) { location 245 arch/mips/kernel/vpe.c (int)(short)(*location & 0xffff) - gp_addr); location 254 arch/mips/kernel/vpe.c *location = (*location & 0xffff0000) | (rel & 0xffff); location 259 arch/mips/kernel/vpe.c static int apply_r_mips_pc16(struct module *me, uint32_t *location, location 263 arch/mips/kernel/vpe.c rel = (((unsigned int)v - (unsigned int)location)); location 273 arch/mips/kernel/vpe.c *location = (*location & 0xffff0000) | (rel & 0xffff); location 278 arch/mips/kernel/vpe.c static int apply_r_mips_32(struct module *me, uint32_t *location, location 281 arch/mips/kernel/vpe.c *location += v; location 286 arch/mips/kernel/vpe.c static int apply_r_mips_26(struct module *me, uint32_t *location, location 306 arch/mips/kernel/vpe.c *location = (*location & ~0x03ffffff) | location 307 arch/mips/kernel/vpe.c ((*location + (v >> 2)) & 0x03ffffff); location 311 arch/mips/kernel/vpe.c static int apply_r_mips_hi16(struct module *me, uint32_t *location, location 325 arch/mips/kernel/vpe.c n->addr = location; location 333 arch/mips/kernel/vpe.c static int apply_r_mips_lo16(struct module *me, uint32_t *location, location 336 arch/mips/kernel/vpe.c unsigned long insnlo = *location; location 389 arch/mips/kernel/vpe.c *location = insnlo; location 404 arch/mips/kernel/vpe.c static int (*reloc_handlers[]) (struct module *me, uint32_t *location, location 433 arch/mips/kernel/vpe.c uint32_t *location; location 442 arch/mips/kernel/vpe.c location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr location 456 arch/mips/kernel/vpe.c res = reloc_handlers[ELF32_R_TYPE(r_info)](me, location, v); location 25 arch/openrisc/kernel/module.c uint32_t *location; location 32 arch/openrisc/kernel/module.c location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr location 43 arch/openrisc/kernel/module.c *location = value; location 46 arch/openrisc/kernel/module.c *((uint16_t *)location + 1) = value; location 49 arch/openrisc/kernel/module.c *((uint16_t *)location + 1) = value >> 16; location 52 arch/openrisc/kernel/module.c value -= (uint32_t)location; location 55 arch/openrisc/kernel/module.c value |= *location & 0xfc000000; location 56 arch/openrisc/kernel/module.c *location = value; location 454 arch/powerpc/kernel/eeh.c const char *location = NULL; location 509 arch/powerpc/kernel/eeh.c location = of_get_property(dn, "ibm,loc-code", location 513 arch/powerpc/kernel/eeh.c location ? location : "unknown", location 172 arch/powerpc/kernel/module_32.c static uint32_t do_plt_call(void *location, location 179 arch/powerpc/kernel/module_32.c pr_debug("Doing plt for call to 0x%x at 0x%x\n", val, (unsigned int)location); location 181 arch/powerpc/kernel/module_32.c if (location >= mod->core_layout.base location 182 arch/powerpc/kernel/module_32.c && location < mod->core_layout.base + mod->core_layout.size) location 217 arch/powerpc/kernel/module_32.c uint32_t *location; location 224 arch/powerpc/kernel/module_32.c location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr location 236 arch/powerpc/kernel/module_32.c *(uint32_t *)location = value; location 241 arch/powerpc/kernel/module_32.c *(uint16_t *)location = value; location 246 arch/powerpc/kernel/module_32.c *(uint16_t *)location = (value >> 16); location 254 arch/powerpc/kernel/module_32.c *(uint16_t *)location = (value + 0x8000) >> 16; location 258 arch/powerpc/kernel/module_32.c if ((int)(value - (uint32_t)location) < -0x02000000 location 259 arch/powerpc/kernel/module_32.c || (int)(value - (uint32_t)location) >= 0x02000000) location 260 arch/powerpc/kernel/module_32.c value = do_plt_call(location, value, location 265 arch/powerpc/kernel/module_32.c value, (uint32_t)location); location 267 arch/powerpc/kernel/module_32.c *(uint32_t *)location); location 268 arch/powerpc/kernel/module_32.c *(uint32_t *)location location 269 arch/powerpc/kernel/module_32.c = (*(uint32_t *)location & ~0x03fffffc) location 270 arch/powerpc/kernel/module_32.c | ((value - (uint32_t)location) location 273 arch/powerpc/kernel/module_32.c *(uint32_t *)location); location 275 arch/powerpc/kernel/module_32.c *(uint32_t *)location & 0x03fffffc, location 276 arch/powerpc/kernel/module_32.c (uint32_t)location, location 277 arch/powerpc/kernel/module_32.c (*(uint32_t *)location & 0x03fffffc) location 278 arch/powerpc/kernel/module_32.c + (uint32_t)location); location 283 arch/powerpc/kernel/module_32.c *(uint32_t *)location = value - (uint32_t)location; location 531 arch/powerpc/kernel/module_64.c unsigned long *location; location 549 arch/powerpc/kernel/module_64.c location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr location 556 arch/powerpc/kernel/module_64.c location, (long)ELF64_R_TYPE(rela[i].r_info), location 566 arch/powerpc/kernel/module_64.c *(u32 *)location = value; location 571 arch/powerpc/kernel/module_64.c *(unsigned long *)location = value; location 575 arch/powerpc/kernel/module_64.c *(unsigned long *)location = my_r2(sechdrs, me); location 586 arch/powerpc/kernel/module_64.c *((uint16_t *) location) location 587 arch/powerpc/kernel/module_64.c = (*((uint16_t *) location) & ~0xffff) location 594 arch/powerpc/kernel/module_64.c *((uint16_t *) location) location 595 arch/powerpc/kernel/module_64.c = (*((uint16_t *) location) & ~0xffff) location 607 arch/powerpc/kernel/module_64.c *((uint16_t *) location) location 608 arch/powerpc/kernel/module_64.c = (*((uint16_t *) location) & ~0xfffc) location 620 arch/powerpc/kernel/module_64.c *((uint16_t *) location) location 621 arch/powerpc/kernel/module_64.c = (*((uint16_t *) location) & ~0xfffc) location 629 arch/powerpc/kernel/module_64.c *((uint16_t *) location) location 630 arch/powerpc/kernel/module_64.c = (*((uint16_t *) location) & ~0xffff) location 643 arch/powerpc/kernel/module_64.c (u32 *)location + 1, me)) location 651 arch/powerpc/kernel/module_64.c value -= (unsigned long)location; location 659 arch/powerpc/kernel/module_64.c *(uint32_t *)location location 660 arch/powerpc/kernel/module_64.c = (*(uint32_t *)location & ~0x03fffffc) location 666 arch/powerpc/kernel/module_64.c *location = value - (unsigned long)location; location 672 arch/powerpc/kernel/module_64.c value -= (unsigned long)location; location 678 arch/powerpc/kernel/module_64.c *(u32 *)location = value; location 694 arch/powerpc/kernel/module_64.c value = my_r2(sechdrs, me) - (unsigned long)location; location 702 arch/powerpc/kernel/module_64.c if ((((uint32_t *)location)[0] & ~0xfffc) != location 705 arch/powerpc/kernel/module_64.c if (((uint32_t *)location)[1] != location 713 arch/powerpc/kernel/module_64.c ((uint32_t *)location)[0] = PPC_INST_ADDIS | __PPC_RT(R2) | location 715 arch/powerpc/kernel/module_64.c ((uint32_t *)location)[1] = PPC_INST_ADDI | __PPC_RT(R2) | location 721 arch/powerpc/kernel/module_64.c value -= (unsigned long)location; location 723 arch/powerpc/kernel/module_64.c *((uint16_t *) location) location 724 arch/powerpc/kernel/module_64.c = (*((uint16_t *) location) & ~0xffff) location 730 arch/powerpc/kernel/module_64.c value -= (unsigned long)location; location 731 arch/powerpc/kernel/module_64.c *((uint16_t *) location) location 732 arch/powerpc/kernel/module_64.c = (*((uint16_t *) location) & ~0xffff) location 115 arch/powerpc/platforms/pasemi/gpio_mdio.c static int gpio_mdio_read(struct mii_bus *bus, int phy_id, int location) location 120 arch/powerpc/platforms/pasemi/gpio_mdio.c u8 reg = location & 0xff; location 154 arch/powerpc/platforms/pasemi/gpio_mdio.c static int gpio_mdio_write(struct mii_bus *bus, int phy_id, int location, u16 val) location 159 arch/powerpc/platforms/pasemi/gpio_mdio.c u8 reg = location & 0xff; location 16 arch/riscv/kernel/module.c static int apply_r_riscv_32_rela(struct module *me, u32 *location, Elf_Addr v) location 23 arch/riscv/kernel/module.c *location = v; location 27 arch/riscv/kernel/module.c static int apply_r_riscv_64_rela(struct module *me, u32 *location, Elf_Addr v) location 29 arch/riscv/kernel/module.c *(u64 *)location = v; location 33 arch/riscv/kernel/module.c static int apply_r_riscv_branch_rela(struct module *me, u32 *location, location 36 arch/riscv/kernel/module.c ptrdiff_t offset = (void *)v - (void *)location; location 42 arch/riscv/kernel/module.c *location = (*location & 0x1fff07f) | imm12 | imm11 | imm10_5 | imm4_1; location 46 arch/riscv/kernel/module.c static int apply_r_riscv_jal_rela(struct module *me, u32 *location, location 49 arch/riscv/kernel/module.c ptrdiff_t offset = (void *)v - (void *)location; location 55 arch/riscv/kernel/module.c *location = (*location & 0xfff) | imm20 | imm19_12 | imm11 | imm10_1; location 59 arch/riscv/kernel/module.c static int apply_r_riscv_rcv_branch_rela(struct module *me, u32 *location, location 62 arch/riscv/kernel/module.c ptrdiff_t offset = (void *)v - (void *)location; location 69 arch/riscv/kernel/module.c *(u16 *)location = (*(u16 *)location & 0xe383) | location 74 arch/riscv/kernel/module.c static int apply_r_riscv_rvc_jump_rela(struct module *me, u32 *location, location 77 arch/riscv/kernel/module.c ptrdiff_t offset = (void *)v - (void *)location; location 87 arch/riscv/kernel/module.c *(u16 *)location = (*(u16 *)location & 0xe003) | location 92 arch/riscv/kernel/module.c static int apply_r_riscv_pcrel_hi20_rela(struct module *me, u32 *location, location 95 arch/riscv/kernel/module.c ptrdiff_t offset = (void *)v - (void *)location; location 101 arch/riscv/kernel/module.c me->name, (long long)v, location); location 106 arch/riscv/kernel/module.c *location = (*location & 0xfff) | hi20; location 110 arch/riscv/kernel/module.c static int apply_r_riscv_pcrel_lo12_i_rela(struct module *me, u32 *location, location 117 arch/riscv/kernel/module.c *location = (*location & 0xfffff) | ((v & 0xfff) << 20); location 121 arch/riscv/kernel/module.c static int apply_r_riscv_pcrel_lo12_s_rela(struct module *me, u32 *location, location 131 arch/riscv/kernel/module.c *location = (*location & 0x1fff07f) | imm11_5 | imm4_0; location 135 arch/riscv/kernel/module.c static int apply_r_riscv_hi20_rela(struct module *me, u32 *location, location 143 arch/riscv/kernel/module.c me->name, (long long)v, location); location 148 arch/riscv/kernel/module.c *location = (*location & 0xfff) | hi20; location 152 arch/riscv/kernel/module.c static int apply_r_riscv_lo12_i_rela(struct module *me, u32 *location, location 158 arch/riscv/kernel/module.c *location = (*location & 0xfffff) | ((lo12 & 0xfff) << 20); location 162 arch/riscv/kernel/module.c static int apply_r_riscv_lo12_s_rela(struct module *me, u32 *location, location 170 arch/riscv/kernel/module.c *location = (*location & 0x1fff07f) | imm11_5 | imm4_0; location 174 arch/riscv/kernel/module.c static int apply_r_riscv_got_hi20_rela(struct module *me, u32 *location, location 177 arch/riscv/kernel/module.c ptrdiff_t offset = (void *)v - (void *)location; location 183 arch/riscv/kernel/module.c offset = (void *)offset - (void *)location; location 187 arch/riscv/kernel/module.c me->name, (long long)v, location); location 192 arch/riscv/kernel/module.c *location = (*location & 0xfff) | hi20; location 196 arch/riscv/kernel/module.c static int apply_r_riscv_call_plt_rela(struct module *me, u32 *location, location 199 arch/riscv/kernel/module.c ptrdiff_t offset = (void *)v - (void *)location; location 207 arch/riscv/kernel/module.c offset = (void *)offset - (void *)location; location 211 arch/riscv/kernel/module.c me->name, (long long)v, location); location 218 arch/riscv/kernel/module.c *location = (*location & 0xfff) | hi20; location 219 arch/riscv/kernel/module.c *(location + 1) = (*(location + 1) & 0xfffff) | (lo12 << 20); location 223 arch/riscv/kernel/module.c static int apply_r_riscv_call_rela(struct module *me, u32 *location, location 226 arch/riscv/kernel/module.c ptrdiff_t offset = (void *)v - (void *)location; location 233 arch/riscv/kernel/module.c me->name, (long long)v, location); location 239 arch/riscv/kernel/module.c *location = (*location & 0xfff) | hi20; location 240 arch/riscv/kernel/module.c *(location + 1) = (*(location + 1) & 0xfffff) | (lo12 << 20); location 244 arch/riscv/kernel/module.c static int apply_r_riscv_relax_rela(struct module *me, u32 *location, location 250 arch/riscv/kernel/module.c static int apply_r_riscv_align_rela(struct module *me, u32 *location, location 255 arch/riscv/kernel/module.c me->name, location); location 259 arch/riscv/kernel/module.c static int apply_r_riscv_add32_rela(struct module *me, u32 *location, location 262 arch/riscv/kernel/module.c *(u32 *)location += (u32)v; location 266 arch/riscv/kernel/module.c static int apply_r_riscv_sub32_rela(struct module *me, u32 *location, location 269 arch/riscv/kernel/module.c *(u32 *)location -= (u32)v; location 273 arch/riscv/kernel/module.c static int (*reloc_handlers_rela[]) (struct module *me, u32 *location, location 301 arch/riscv/kernel/module.c int (*handler)(struct module *me, u32 *location, Elf_Addr v); location 303 arch/riscv/kernel/module.c u32 *location; location 313 arch/riscv/kernel/module.c location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr location 386 arch/riscv/kernel/module.c res = handler(me, location, v); location 157 arch/s390/kernel/traps.c __u16 __user *location; location 161 arch/s390/kernel/traps.c location = get_trap_ip(regs); location 164 arch/s390/kernel/traps.c if (get_user(*((__u16 *) opcode), (__u16 __user *) location)) location 168 arch/s390/kernel/traps.c force_sig_fault(SIGTRAP, TRAP_BRKPT, location); location 34 arch/sh/kernel/module.c uint32_t *location; location 41 arch/sh/kernel/module.c location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr location 62 arch/sh/kernel/module.c value = get_unaligned(location); location 64 arch/sh/kernel/module.c put_unaligned(value, location); location 67 arch/sh/kernel/module.c relocation = (relocation - (Elf32_Addr) location); location 68 arch/sh/kernel/module.c value = get_unaligned(location); location 70 arch/sh/kernel/module.c put_unaligned(value, location); location 73 arch/sh/kernel/module.c *location = (*location & ~0x3fffc00) | location 77 arch/sh/kernel/module.c *location = (*location & ~0x3fffc00) | location 81 arch/sh/kernel/module.c relocation -= (Elf32_Addr) location; location 82 arch/sh/kernel/module.c *location = (*location & ~0x3fffc00) | location 86 arch/sh/kernel/module.c relocation -= (Elf32_Addr) location; location 87 arch/sh/kernel/module.c *location = (*location & ~0x3fffc00) | location 92 arch/sparc/kernel/module.c u8 *location; location 99 arch/sparc/kernel/module.c location = (u8 *)sechdrs[sechdrs[relsec].sh_info].sh_addr location 101 arch/sparc/kernel/module.c loc32 = (u32 *) location; location 104 arch/sparc/kernel/module.c BUG_ON(((u64)location >> (u64)32) != (u64)0); location 115 arch/sparc/kernel/module.c v -= (Elf_Addr) location; location 120 arch/sparc/kernel/module.c location[0] = v >> 56; location 121 arch/sparc/kernel/module.c location[1] = v >> 48; location 122 arch/sparc/kernel/module.c location[2] = v >> 40; location 123 arch/sparc/kernel/module.c location[3] = v >> 32; location 124 arch/sparc/kernel/module.c location[4] = v >> 24; location 125 arch/sparc/kernel/module.c location[5] = v >> 16; location 126 arch/sparc/kernel/module.c location[6] = v >> 8; location 127 arch/sparc/kernel/module.c location[7] = v >> 0; location 131 arch/sparc/kernel/module.c v -= (Elf_Addr) location; location 146 arch/sparc/kernel/module.c location[0] = v >> 24; location 147 arch/sparc/kernel/module.c location[1] = v >> 16; location 148 arch/sparc/kernel/module.c location[2] = v >> 8; location 149 arch/sparc/kernel/module.c location[3] = v >> 0; location 153 arch/sparc/kernel/module.c v -= (Elf_Addr) location; location 159 arch/sparc/kernel/module.c v -= (Elf_Addr) location; location 501 arch/x86/kernel/machine_kexec_64.c void *location; location 528 arch/x86/kernel/machine_kexec_64.c location = pi->purgatory_buf; location 529 arch/x86/kernel/machine_kexec_64.c location += section->sh_offset; location 530 arch/x86/kernel/machine_kexec_64.c location += rel[i].r_offset; location 580 arch/x86/kernel/machine_kexec_64.c *(u64 *)location = value; location 583 arch/x86/kernel/machine_kexec_64.c *(u32 *)location = value; location 584 arch/x86/kernel/machine_kexec_64.c if (value != *(u32 *)location) location 588 arch/x86/kernel/machine_kexec_64.c *(s32 *)location = value; location 589 arch/x86/kernel/machine_kexec_64.c if ((s64)value != *(s32 *)location) location 595 arch/x86/kernel/machine_kexec_64.c *(u32 *)location = value; location 98 arch/x86/kernel/module.c uint32_t *location; location 104 arch/x86/kernel/module.c location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr location 114 arch/x86/kernel/module.c *location += sym->st_value; location 118 arch/x86/kernel/module.c *location += sym->st_value - (uint32_t)location; location 26 arch/xtensa/kernel/module.c decode_calln_opcode (unsigned char *location) location 29 arch/xtensa/kernel/module.c return (location[0] & 0xf0) == 0x50; location 32 arch/xtensa/kernel/module.c return (location[0] & 0xf) == 0x5; location 37 arch/xtensa/kernel/module.c decode_l32r_opcode (unsigned char *location) location 40 arch/xtensa/kernel/module.c return (location[0] & 0xf0) == 0x10; location 43 arch/xtensa/kernel/module.c return (location[0] & 0xf) == 0x1; location 56 arch/xtensa/kernel/module.c unsigned char *location; location 63 arch/xtensa/kernel/module.c location = (char *)sechdrs[sechdrs[relsec].sh_info].sh_addr location 79 arch/xtensa/kernel/module.c *(uint32_t *)location += value; location 83 arch/xtensa/kernel/module.c if (decode_calln_opcode(location)) { location 84 arch/xtensa/kernel/module.c value -= ((unsigned long)location & -4) + 4; location 96 arch/xtensa/kernel/module.c location[0] = ((location[0] & ~0x3) | location 98 arch/xtensa/kernel/module.c location[1] = (value >> 8) & 0xff; location 99 arch/xtensa/kernel/module.c location[2] = value & 0xff; location 102 arch/xtensa/kernel/module.c location[0] = ((location[0] & ~0xc0) | location 104 arch/xtensa/kernel/module.c location[1] = (value >> 2) & 0xff; location 105 arch/xtensa/kernel/module.c location[2] = (value >> 10) & 0xff; location 107 arch/xtensa/kernel/module.c } else if (decode_l32r_opcode(location)) { location 108 arch/xtensa/kernel/module.c value -= (((unsigned long)location + 3) & -4); location 121 arch/xtensa/kernel/module.c location[1] = (value >> 8) & 0xff; location 122 arch/xtensa/kernel/module.c location[2] = value & 0xff; location 125 arch/xtensa/kernel/module.c location[1] = value & 0xff; location 126 arch/xtensa/kernel/module.c location[2] = (value >> 8) & 0xff; location 113 drivers/acpi/acpica/acdebug.h acpi_db_set_method_breakpoint(char *location, location 40 drivers/acpi/acpica/dbmethod.c acpi_db_set_method_breakpoint(char *location, location 54 drivers/acpi/acpica/dbmethod.c address = strtoul(location, NULL, 16); location 169 drivers/block/swim.c enum drive_location location; /* internal or external drive */ location 307 drivers/block/swim.c enum drive_location location) location 309 drivers/block/swim.c if (location == INTERNAL_DRIVE) { location 312 drivers/block/swim.c } else if (location == EXTERNAL_DRIVE) { location 445 drivers/block/swim.c swim_drive(base, fs->location); location 502 drivers/block/swim.c swim_drive(base, fs->location); location 625 drivers/block/swim.c swim_drive(base, fs->location); location 743 drivers/block/swim.c swim_drive(base, fs->location); location 778 drivers/block/swim.c static int swim_add_floppy(struct swim_priv *swd, enum drive_location location) location 783 drivers/block/swim.c fs->location = location; location 785 drivers/block/swim.c swim_drive(base, location); location 127 drivers/edac/edac_mc.c dimm->location[i]); location 150 drivers/edac/edac_mc.c char location[80]; location 152 drivers/edac/edac_mc.c edac_dimm_info_location(dimm, location, sizeof(location)); location 156 drivers/edac/edac_mc.c number, location, dimm->csrow, dimm->cschannel); location 456 drivers/edac/edac_mc.c dimm->location[j] = pos[j]; location 956 drivers/edac/edac_mc.c const char *location, location 976 drivers/edac/edac_mc.c location, detail, other_detail); location 981 drivers/edac/edac_mc.c location, detail); location 1010 drivers/edac/edac_mc.c const char *location, location 1026 drivers/edac/edac_mc.c location, detail, other_detail); location 1031 drivers/edac/edac_mc.c location, detail); location 1037 drivers/edac/edac_mc.c msg, msg_aux, label, location, detail, other_detail); location 1040 drivers/edac/edac_mc.c msg, msg_aux, label, location, detail); location 1059 drivers/edac/edac_mc.c edac_ce_error(mci, e->error_count, pos, e->msg, e->location, e->label, location 1067 drivers/edac/edac_mc.c edac_ue_error(mci, e->error_count, pos, e->msg, e->location, e->label, location 1150 drivers/edac/edac_mc.c if (top_layer >= 0 && top_layer != dimm->location[0]) location 1152 drivers/edac/edac_mc.c if (mid_layer >= 0 && mid_layer != dimm->location[1]) location 1154 drivers/edac/edac_mc.c if (low_layer >= 0 && low_layer != dimm->location[2]) location 1218 drivers/edac/edac_mc.c p = e->location; location 1228 drivers/edac/edac_mc.c if (p > e->location) location 560 drivers/edac/edac_mc_sysfs.c dimm->location[0], location 561 drivers/edac/edac_mc_sysfs.c dimm->location[1], location 562 drivers/edac/edac_mc_sysfs.c dimm->location[2]); location 577 drivers/edac/edac_mc_sysfs.c dimm->location[0], location 578 drivers/edac/edac_mc_sysfs.c dimm->location[1], location 579 drivers/edac/edac_mc_sysfs.c dimm->location[2]); location 654 drivers/edac/edac_mc_sysfs.c char location[80]; location 656 drivers/edac/edac_mc_sysfs.c edac_dimm_info_location(dimm, location, sizeof(location)); location 658 drivers/edac/edac_mc_sysfs.c dev_name(&dimm->dev), location); location 333 drivers/edac/ghes_edac.c p = e->location; location 368 drivers/edac/ghes_edac.c if (p > e->location) location 454 drivers/edac/ghes_edac.c "APEI location: %s %s", e->location, e->other_detail); location 123 drivers/edac/i82860_edac.c dimm->location[0], dimm->location[1], -1, location 128 drivers/edac/i82860_edac.c dimm->location[0], dimm->location[1], -1, location 481 drivers/gpu/drm/nouveau/dispnv04/crtc.c if (nv_encoder->dcb->location != DCB_LOC_ON_CHIP && digital) location 158 drivers/gpu/drm/nouveau/dispnv04/dfp.c if (dcb->type != DCB_OUTPUT_TMDS || dcb->location == DCB_LOC_ON_CHIP) location 209 drivers/gpu/drm/nouveau/dispnv04/dfp.c if (nv_encoder->dcb->location != DCB_LOC_ON_CHIP) location 261 drivers/gpu/drm/nouveau/dispnv04/dfp.c if (nv_encoder->dcb->location == DCB_LOC_ON_CHIP) location 341 drivers/gpu/drm/nouveau/dispnv04/dfp.c if (nv_encoder->dcb->location != DCB_LOC_ON_CHIP && location 716 drivers/gpu/drm/nouveau/dispnv04/dfp.c entry->location != DCB_LOC_ON_CHIP) location 243 drivers/gpu/drm/nouveau/dispnv04/disp.c if (dcbent->location == DCB_LOC_ON_CHIP) location 2387 drivers/gpu/drm/nouveau/dispnv50/disp.c if (dcbe->location == DCB_LOC_ON_CHIP) { location 2407 drivers/gpu/drm/nouveau/dispnv50/disp.c dcbe->location, dcbe->type, location 36 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/conn.h u8 location; location 25 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/dcb.h uint8_t location; location 644 drivers/gpu/drm/nouveau/nouveau_bios.c dcbent->location != DCB_LOC_ON_CHIP) location 1390 drivers/gpu/drm/nouveau/nouveau_bios.c entry->location = !DCB_LOC_ON_CHIP; /* ie OFF CHIP */ location 1406 drivers/gpu/drm/nouveau/nouveau_bios.c entry->location = (conn >> 20) & 0x3; location 1535 drivers/gpu/drm/nouveau/nouveau_bios.c entry->hasht = (entry->extdev << 8) | (entry->location << 4) | location 1572 drivers/gpu/drm/nouveau/nouveau_bios.c entry->location = (conn & 0x01e00000) >> 21; location 1620 drivers/gpu/drm/nouveau/nouveau_bios.c jent->location == ient->location && location 1809 drivers/gpu/drm/nouveau/nouveau_bios.c entry->location == DCB_LOC_ON_CHIP) location 1022 drivers/gpu/drm/nouveau/nouveau_connector.c if (dcb->location != DCB_LOC_ON_CHIP || location 91 drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c info->type, info->location, info->hpd, info->dp, location 29 drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.h _conn->index, _conn->info.location, _conn->info.type, ##a); \ location 687 drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c if (dcbE->location == 0) location 61 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c switch (outp->info.location) { location 262 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c outp->info.type, outp->info.location, outp->info.or, location 81 drivers/gpu/drm/nouveau/nvkm/subdev/bios/conn.c info->location = nvbios_rd08(bios, data + 0x01) & 0x0f; location 111 drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c return (outp->extdev << 8) | (outp->location << 4) | outp->type; location 130 drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c outp->location = (conn & 0x00300000) >> 20; location 182 drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c if (outp->location != 0) location 371 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c if (!dcbE.location) location 17 drivers/gpu/drm/vboxvideo/hgsmi_base.c int hgsmi_report_flags_location(struct gen_pool *ctx, u32 location) location 26 drivers/gpu/drm/vboxvideo/hgsmi_base.c p->buf_location = location; location 30 drivers/gpu/drm/vboxvideo/vboxvideo_guest.h int hgsmi_report_flags_location(struct gen_pool *ctx, u32 location); location 178 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c ssize_t location; \ location 184 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c location = size - spill + diff_offs - 1; \ location 185 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c return round_down(location, granularity); \ location 198 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c location = size - to_copy + diff_offs - sizeof(_type); \ location 199 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c if (location < 0 || granularity == sizeof(_type)) \ location 200 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c return location; \ location 70 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c SVGAGuestPtr *location; location 1235 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c reloc->location = ptr; location 3308 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c reloc->location->offset += bo->offset; location 3309 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c reloc->location->gmrId = SVGA_GMR_FRAMEBUFFER; location 3312 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c reloc->location->gmrId = bo->mem.start; location 117 drivers/i2c/busses/i2c-efm32.c u8 location; location 311 drivers/i2c/busses/i2c-efm32.c u32 location, frequency; location 370 drivers/i2c/busses/i2c-efm32.c ret = of_property_read_u32(np, "energymicro,location", &location); location 374 drivers/i2c/busses/i2c-efm32.c ret = of_property_read_u32(np, "efm32,location", &location); location 377 drivers/i2c/busses/i2c-efm32.c dev_dbg(&pdev->dev, "using location %u\n", location); location 380 drivers/i2c/busses/i2c-efm32.c location = efm32_i2c_get_configured_location(ddata); location 382 drivers/i2c/busses/i2c-efm32.c dev_info(&pdev->dev, "fall back to location %u\n", location); location 385 drivers/i2c/busses/i2c-efm32.c ddata->location = location; location 417 drivers/i2c/busses/i2c-efm32.c REG_ROUTE_LOCATION(ddata->location)); location 135 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c state->loc = state->resp->info.location; location 194 drivers/iio/light/cros_ec_light_prox.c state->core.loc = state->core.resp->info.location; location 145 drivers/iio/pressure/cros_ec_baro.c state->core.loc = state->core.resp->info.location; location 1060 drivers/md/dm-era-target.c dm_block_t location; location 1097 drivers/md/dm-era-target.c location = dm_block_location(clone); location 1100 drivers/md/dm-era-target.c return dm_sm_dec_block(md->sm, location); location 2372 drivers/md/md-bitmap.c __ATTR(location, S_IRUGO|S_IWUSR, location_show, location_store); location 487 drivers/md/persistent-data/dm-btree-remove.c __le64 location = cpu_to_le64(dm_block_location(shadow_current(s))); location 489 drivers/md/persistent-data/dm-btree-remove.c &location, sizeof(__le64)); location 579 drivers/md/persistent-data/dm-btree-remove.c __le64 location = cpu_to_le64(dm_block_location(shadow_current(s))); location 581 drivers/md/persistent-data/dm-btree-remove.c &location, sizeof(__le64)); location 540 drivers/md/persistent-data/dm-btree.c __le64 location; location 573 drivers/md/persistent-data/dm-btree.c location = cpu_to_le64(dm_block_location(left)); location 574 drivers/md/persistent-data/dm-btree.c __dm_bless_for_disk(&location); location 576 drivers/md/persistent-data/dm-btree.c &location, sizeof(__le64)); location 578 drivers/md/persistent-data/dm-btree.c location = cpu_to_le64(dm_block_location(right)); location 579 drivers/md/persistent-data/dm-btree.c __dm_bless_for_disk(&location); location 582 drivers/md/persistent-data/dm-btree.c le64_to_cpu(rn->keys[0]), &location); location 712 drivers/md/persistent-data/dm-btree.c __le64 location = cpu_to_le64(dm_block_location(shadow_current(s))); location 714 drivers/md/persistent-data/dm-btree.c __dm_bless_for_disk(&location); location 716 drivers/md/persistent-data/dm-btree.c &location, sizeof(__le64)); location 825 drivers/md/raid5-cache.c sector_t location, location 837 drivers/md/raid5-cache.c payload->location = cpu_to_le64(location); location 1823 drivers/md/raid5-cache.c le64_to_cpu(payload->location), 0, location 2138 drivers/md/raid5-cache.c conf, le64_to_cpu(payload->location), 0, &dd, location 2140 drivers/md/raid5-cache.c : le64_to_cpu(payload->location); location 2394 drivers/md/raid5-cache.c payload->location = cpu_to_le64( location 364 drivers/net/dsa/bcm_sf2_cfp.c if (fs->location == RX_CLS_LOC_ANY) location 368 drivers/net/dsa/bcm_sf2_cfp.c rule_index = fs->location; location 460 drivers/net/dsa/bcm_sf2_cfp.c fs->location = rule_index; location 543 drivers/net/dsa/bcm_sf2_cfp.c int port, u32 location) location 548 drivers/net/dsa/bcm_sf2_cfp.c if (rule->port == port && rule->fs.location == location) location 645 drivers/net/dsa/bcm_sf2_cfp.c if (fs->location == RX_CLS_LOC_ANY) location 649 drivers/net/dsa/bcm_sf2_cfp.c rule_index[1] = fs->location; location 809 drivers/net/dsa/bcm_sf2_cfp.c fs->location = rule_index[1]; location 885 drivers/net/dsa/bcm_sf2_cfp.c if (fs->location != RX_CLS_LOC_ANY && location 886 drivers/net/dsa/bcm_sf2_cfp.c fs->location > bcm_sf2_cfp_rule_size(priv)) location 889 drivers/net/dsa/bcm_sf2_cfp.c if (fs->location != RX_CLS_LOC_ANY && location 890 drivers/net/dsa/bcm_sf2_cfp.c test_bit(fs->location, priv->cfp.used)) location 1013 drivers/net/dsa/bcm_sf2_cfp.c rule = bcm_sf2_cfp_rule_find(priv, port, nfc->fs.location); location 1104 drivers/net/dsa/bcm_sf2_cfp.c ret = bcm_sf2_cfp_rule_del(priv, port, nfc->fs.location); location 1123 drivers/net/dsa/bcm_sf2_cfp.c bcm_sf2_cfp_rule_del(priv, port, nfc->fs.location); location 1165 drivers/net/dsa/bcm_sf2_cfp.c bcm_sf2_cfp_rule_del(priv, rule->port, rule->fs.location); location 1188 drivers/net/dsa/bcm_sf2_cfp.c rule->fs.location); location 1588 drivers/net/dsa/mv88e6xxx/chip.c if (fs->location != RX_CLS_LOC_ANY) location 1632 drivers/net/dsa/mv88e6xxx/chip.c fs->location = 0; location 1633 drivers/net/dsa/mv88e6xxx/chip.c err = idr_alloc_u32(&chip->policies, policy, &fs->location, 0xffffffff, location 1649 drivers/net/dsa/mv88e6xxx/chip.c idr_remove(&chip->policies, fs->location); location 1680 drivers/net/dsa/mv88e6xxx/chip.c policy = idr_find(&chip->policies, fs->location); location 1720 drivers/net/dsa/mv88e6xxx/chip.c policy = idr_remove(&chip->policies, fs->location); location 221 drivers/net/ethernet/3com/3c574_cs.c static int mdio_read(unsigned int ioaddr, int phy_id, int location); location 222 drivers/net/ethernet/3com/3c574_cs.c static void mdio_write(unsigned int ioaddr, int phy_id, int location, location 542 drivers/net/ethernet/3com/3c574_cs.c static int mdio_read(unsigned int ioaddr, int phy_id, int location) location 545 drivers/net/ethernet/3com/3c574_cs.c int read_cmd = (0xf6 << 10) | (phy_id << 5) | location; location 567 drivers/net/ethernet/3com/3c574_cs.c static void mdio_write(unsigned int ioaddr, int phy_id, int location, int value) location 569 drivers/net/ethernet/3com/3c574_cs.c int write_cmd = 0x50020000 | (phy_id << 23) | (location << 18) | value; location 759 drivers/net/ethernet/3com/3c59x.c static int mdio_read(struct net_device *dev, int phy_id, int location); location 760 drivers/net/ethernet/3com/3c59x.c static void mdio_write(struct net_device *vp, int phy_id, int location, int value); location 3152 drivers/net/ethernet/3com/3c59x.c static int mdio_read(struct net_device *dev, int phy_id, int location) location 3156 drivers/net/ethernet/3com/3c59x.c int read_cmd = (0xf6 << 10) | (phy_id << 5) | location; location 3190 drivers/net/ethernet/3com/3c59x.c static void mdio_write(struct net_device *dev, int phy_id, int location, int value) location 3193 drivers/net/ethernet/3com/3c59x.c int write_cmd = 0x50020000 | (phy_id << 23) | (location << 18) | value; location 759 drivers/net/ethernet/8390/pcnet_cs.c static int read_eeprom(unsigned int ioaddr, int location) location 763 drivers/net/ethernet/8390/pcnet_cs.c int read_cmd = location | (EE_READ_CMD << 8); location 793 drivers/net/ethernet/8390/pcnet_cs.c static void write_asic(unsigned int ioaddr, int location, short asic_data) location 798 drivers/net/ethernet/8390/pcnet_cs.c int read_cmd = location | (EE_READ_CMD << 8); location 800 drivers/net/ethernet/8390/pcnet_cs.c asic_data |= read_eeprom(ioaddr, location); location 575 drivers/net/ethernet/adaptec/starfire.c static int mdio_read(struct net_device *dev, int phy_id, int location); location 576 drivers/net/ethernet/adaptec/starfire.c static void mdio_write(struct net_device *dev, int phy_id, int location, int value); location 847 drivers/net/ethernet/adaptec/starfire.c static int mdio_read(struct net_device *dev, int phy_id, int location) location 850 drivers/net/ethernet/adaptec/starfire.c void __iomem *mdio_addr = np->base + MIICtrl + (phy_id<<7) + (location<<2); location 864 drivers/net/ethernet/adaptec/starfire.c static void mdio_write(struct net_device *dev, int phy_id, int location, int value) location 867 drivers/net/ethernet/adaptec/starfire.c void __iomem *mdio_addr = np->base + MIICtrl + (phy_id<<7) + (location<<2); location 76 drivers/net/ethernet/aquantia/atlantic/aq_filters.c if (rule->aq_fsp.location == fsp->location) location 92 drivers/net/ethernet/aquantia/atlantic/aq_filters.c if (fsp->location < AQ_RX_FIRST_LOC_FL3L4 || location 93 drivers/net/ethernet/aquantia/atlantic/aq_filters.c fsp->location > AQ_RX_LAST_LOC_FL3L4) { location 111 drivers/net/ethernet/aquantia/atlantic/aq_filters.c fsp->location != AQ_RX_FIRST_LOC_FL3L4 + 4 && location 112 drivers/net/ethernet/aquantia/atlantic/aq_filters.c fsp->location != AQ_RX_FIRST_LOC_FL3L4) { location 127 drivers/net/ethernet/aquantia/atlantic/aq_filters.c if (fsp->location < AQ_RX_FIRST_LOC_FETHERT || location 128 drivers/net/ethernet/aquantia/atlantic/aq_filters.c fsp->location > AQ_RX_LAST_LOC_FETHERT) { location 151 drivers/net/ethernet/aquantia/atlantic/aq_filters.c if (fsp->location < AQ_RX_FIRST_LOC_FVLANID || location 152 drivers/net/ethernet/aquantia/atlantic/aq_filters.c fsp->location > AQ_RX_LAST_LOC_FVLANID) { location 264 drivers/net/ethernet/aquantia/atlantic/aq_filters.c } else if (fsp->location > AQ_RX_MAX_RXNFC_LOC) { location 267 drivers/net/ethernet/aquantia/atlantic/aq_filters.c fsp->location); location 308 drivers/net/ethernet/aquantia/atlantic/aq_filters.c data->location = fsp->location - AQ_RX_FIRST_LOC_FETHERT; location 398 drivers/net/ethernet/aquantia/atlantic/aq_filters.c int location = fsp->location - AQ_RX_FIRST_LOC_FVLANID; location 401 drivers/net/ethernet/aquantia/atlantic/aq_filters.c memset(&aq_vlans[location], 0, sizeof(aq_vlans[location])); location 414 drivers/net/ethernet/aquantia/atlantic/aq_filters.c aq_vlans[location].location = location; location 415 drivers/net/ethernet/aquantia/atlantic/aq_filters.c aq_vlans[location].vlan_id = be16_to_cpu(fsp->h_ext.vlan_tci) location 417 drivers/net/ethernet/aquantia/atlantic/aq_filters.c aq_vlans[location].queue = fsp->ring_cookie & 0x1FU; location 418 drivers/net/ethernet/aquantia/atlantic/aq_filters.c aq_vlans[location].enable = 1U; location 438 drivers/net/ethernet/aquantia/atlantic/aq_filters.c cmd.fs.location = rule->aq_fsp.location; location 471 drivers/net/ethernet/aquantia/atlantic/aq_filters.c data->location = HW_ATL_GET_REG_LOCATION_FL3L4(fsp->location); location 475 drivers/net/ethernet/aquantia/atlantic/aq_filters.c rx_fltrs->fl3l4.active_ipv4 &= ~BIT(data->location); location 478 drivers/net/ethernet/aquantia/atlantic/aq_filters.c ~BIT((data->location) / 4); location 509 drivers/net/ethernet/aquantia/atlantic/aq_filters.c rx_fltrs->fl3l4.active_ipv4 |= BIT(data->location); location 513 drivers/net/ethernet/aquantia/atlantic/aq_filters.c rx_fltrs->fl3l4.active_ipv6 |= BIT((data->location) / 4); location 572 drivers/net/ethernet/aquantia/atlantic/aq_filters.c if (unlikely(aq_rx_fltr->aq_fsp.location < AQ_RX_FIRST_LOC_FL3L4 || location 573 drivers/net/ethernet/aquantia/atlantic/aq_filters.c aq_rx_fltr->aq_fsp.location > AQ_RX_LAST_LOC_FL3L4 || location 632 drivers/net/ethernet/aquantia/atlantic/aq_filters.c if (rule->aq_fsp.location >= index) location 637 drivers/net/ethernet/aquantia/atlantic/aq_filters.c if (rule && rule->aq_fsp.location == index) { location 691 drivers/net/ethernet/aquantia/atlantic/aq_filters.c err = aq_update_table_filters(aq_nic, aq_rx_fltr, fsp->location, NULL); location 719 drivers/net/ethernet/aquantia/atlantic/aq_filters.c if (rule->aq_fsp.location == cmd->fs.location) location 723 drivers/net/ethernet/aquantia/atlantic/aq_filters.c if (rule && rule->aq_fsp.location == cmd->fs.location) { location 742 drivers/net/ethernet/aquantia/atlantic/aq_filters.c if (fsp->location <= rule->aq_fsp.location) location 745 drivers/net/ethernet/aquantia/atlantic/aq_filters.c if (unlikely(!rule || fsp->location != rule->aq_fsp.location)) location 768 drivers/net/ethernet/aquantia/atlantic/aq_filters.c rule_locs[count++] = rule->aq_fsp.location; location 1011 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c u8 location = data->location; location 1014 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpfl3l4_cmd_clear(self, location); location 1015 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_l4_spd_set(self, 0U, location); location 1016 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_l4_dpd_set(self, 0U, location); location 1017 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpfl3l4_ipv4_src_addr_clear(self, location); location 1018 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpfl3l4_ipv4_dest_addr_clear(self, location); location 1023 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpfl3l4_cmd_clear(self, location + i); location 1024 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_l4_spd_set(self, 0U, location + i); location 1025 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_l4_dpd_set(self, 0U, location + i); location 1027 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpfl3l4_ipv6_src_addr_clear(self, location); location 1028 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpfl3l4_ipv6_dest_addr_clear(self, location); location 1037 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c u8 location = data->location; location 1044 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c location, location 1047 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c location, location 1051 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c location, location 1054 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c location, location 1058 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_l4_dpd_set(self, data->p_dst, location); location 1059 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_l4_spd_set(self, data->p_src, location); location 1060 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpfl3l4_cmd_set(self, location, data->cmd); location 1068 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_etht_flr_en_set(self, 1U, data->location); location 1069 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_etht_flr_set(self, data->ethertype, data->location); location 1072 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c data->location); location 1076 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c data->location); location 1079 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_etht_flr_act_set(self, 0U, data->location); location 1080 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_etht_rx_queue_en_set(self, 0U, data->location); location 1082 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_etht_flr_act_set(self, 1U, data->location); location 1083 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_etht_rx_queue_en_set(self, 1U, data->location); location 1084 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_etht_rx_queue_set(self, data->queue, data->location); location 1093 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_etht_flr_en_set(self, 0U, data->location); location 1094 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_etht_flr_set(self, 0U, data->location); location 1095 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_etht_user_priority_en_set(self, 0U, data->location); location 1537 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c void hw_atl_rpfl3l4_ipv4_dest_addr_clear(struct aq_hw_s *aq_hw, u8 location) location 1539 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c aq_hw_write_reg(aq_hw, HW_ATL_RPF_L3_DSTA_ADR(location), 0U); location 1542 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c void hw_atl_rpfl3l4_ipv4_src_addr_clear(struct aq_hw_s *aq_hw, u8 location) location 1544 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c aq_hw_write_reg(aq_hw, HW_ATL_RPF_L3_SRCA_ADR(location), 0U); location 1547 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c void hw_atl_rpfl3l4_cmd_clear(struct aq_hw_s *aq_hw, u8 location) location 1549 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c aq_hw_write_reg(aq_hw, HW_ATL_RPF_L3_REG_CTRL_ADR(location), 0U); location 1552 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c void hw_atl_rpfl3l4_ipv6_dest_addr_clear(struct aq_hw_s *aq_hw, u8 location) location 1558 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c HW_ATL_RPF_L3_DSTA_ADR(location + i), location 1562 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c void hw_atl_rpfl3l4_ipv6_src_addr_clear(struct aq_hw_s *aq_hw, u8 location) location 1568 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c HW_ATL_RPF_L3_SRCA_ADR(location + i), location 1572 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c void hw_atl_rpfl3l4_ipv4_dest_addr_set(struct aq_hw_s *aq_hw, u8 location, location 1575 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c aq_hw_write_reg(aq_hw, HW_ATL_RPF_L3_DSTA_ADR(location), location 1579 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c void hw_atl_rpfl3l4_ipv4_src_addr_set(struct aq_hw_s *aq_hw, u8 location, location 1583 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c HW_ATL_RPF_L3_SRCA_ADR(location), location 1587 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c void hw_atl_rpfl3l4_cmd_set(struct aq_hw_s *aq_hw, u8 location, u32 cmd) location 1589 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c aq_hw_write_reg(aq_hw, HW_ATL_RPF_L3_REG_CTRL_ADR(location), cmd); location 1592 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c void hw_atl_rpfl3l4_ipv6_src_addr_set(struct aq_hw_s *aq_hw, u8 location, location 1599 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c HW_ATL_RPF_L3_SRCA_ADR(location + i), location 1603 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c void hw_atl_rpfl3l4_ipv6_dest_addr_set(struct aq_hw_s *aq_hw, u8 location, location 1610 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c HW_ATL_RPF_L3_DSTA_ADR(location + i), location 722 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h void hw_atl_rpfl3l4_ipv4_dest_addr_clear(struct aq_hw_s *aq_hw, u8 location); location 725 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h void hw_atl_rpfl3l4_ipv4_src_addr_clear(struct aq_hw_s *aq_hw, u8 location); location 728 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h void hw_atl_rpfl3l4_cmd_clear(struct aq_hw_s *aq_hw, u8 location); location 731 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h void hw_atl_rpfl3l4_ipv6_dest_addr_clear(struct aq_hw_s *aq_hw, u8 location); location 734 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h void hw_atl_rpfl3l4_ipv6_src_addr_clear(struct aq_hw_s *aq_hw, u8 location); location 737 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h void hw_atl_rpfl3l4_ipv4_dest_addr_set(struct aq_hw_s *aq_hw, u8 location, location 741 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h void hw_atl_rpfl3l4_ipv4_src_addr_set(struct aq_hw_s *aq_hw, u8 location, location 745 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h void hw_atl_rpfl3l4_cmd_set(struct aq_hw_s *aq_hw, u8 location, u32 cmd); location 748 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h void hw_atl_rpfl3l4_ipv6_src_addr_set(struct aq_hw_s *aq_hw, u8 location, location 752 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h void hw_atl_rpfl3l4_ipv6_dest_addr_set(struct aq_hw_s *aq_hw, u8 location, location 2539 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh_internal.h #define HW_ATL_RPF_L3_REG_CTRL_ADR(location) (0x00005380 + (location) * 0x4) location 2548 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh_internal.h #define HW_ATL_RPF_L3_SRCA_ADR(location) (0x000053B0 + (location) * 0x4) location 2567 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh_internal.h #define HW_ATL_RPF_L3_DSTA_ADR(location) (0x000053B0 + (location) * 0x4) location 247 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.h u8 location; location 254 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.h u8 location; location 262 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.h u8 location; location 295 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.h #define HW_ATL_GET_REG_LOCATION_FL3L4(location) \ location 296 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.h ((location) - AQ_RX_FIRST_LOC_FL3L4) location 304 drivers/net/ethernet/broadcom/b44.c static int b44_mdio_read_mii(struct net_device *dev, int phy_id, int location) location 308 drivers/net/ethernet/broadcom/b44.c int rc = __b44_readphy(bp, phy_id, location, &val); location 314 drivers/net/ethernet/broadcom/b44.c static void b44_mdio_write_mii(struct net_device *dev, int phy_id, int location, location 318 drivers/net/ethernet/broadcom/b44.c __b44_writephy(bp, phy_id, location, val); location 321 drivers/net/ethernet/broadcom/b44.c static int b44_mdio_read_phylib(struct mii_bus *bus, int phy_id, int location) location 325 drivers/net/ethernet/broadcom/b44.c int rc = __b44_readphy(bp, phy_id, location, &val); location 331 drivers/net/ethernet/broadcom/b44.c static int b44_mdio_write_phylib(struct mii_bus *bus, int phy_id, int location, location 335 drivers/net/ethernet/broadcom/b44.c return __b44_writephy(bp, phy_id, location, val); location 1928 drivers/net/ethernet/broadcom/bcm63xx_enet.c int ext, int phy_id, int location) location 1938 drivers/net/ethernet/broadcom/bcm63xx_enet.c (location << ENETSW_MDIOC_REG_SHIFT); location 1951 drivers/net/ethernet/broadcom/bcm63xx_enet.c int ext, int phy_id, int location, location 1961 drivers/net/ethernet/broadcom/bcm63xx_enet.c (location << ENETSW_MDIOC_REG_SHIFT); location 2408 drivers/net/ethernet/broadcom/bcm63xx_enet.c int location) location 2415 drivers/net/ethernet/broadcom/bcm63xx_enet.c phy_id, location); location 2422 drivers/net/ethernet/broadcom/bcm63xx_enet.c int location, location 2429 drivers/net/ethernet/broadcom/bcm63xx_enet.c phy_id, location, val); location 2086 drivers/net/ethernet/broadcom/bcmsysport.c u64 location) location 2095 drivers/net/ethernet/broadcom/bcmsysport.c if (reg == location) location 2108 drivers/net/ethernet/broadcom/bcmsysport.c index = bcm_sysport_rule_find(priv, nfc->fs.location); location 2126 drivers/net/ethernet/broadcom/bcmsysport.c if (nfc->fs.location > RXCHK_BRCM_TAG_CID_MASK) location 2147 drivers/net/ethernet/broadcom/bcmsysport.c reg |= nfc->fs.location << RXCHK_BRCM_TAG_CID_SHIFT; location 2151 drivers/net/ethernet/broadcom/bcmsysport.c priv->filters_loc[index] = nfc->fs.location; location 2158 drivers/net/ethernet/broadcom/bcmsysport.c u64 location) location 2163 drivers/net/ethernet/broadcom/bcmsysport.c index = bcm_sysport_rule_find(priv, location); location 2204 drivers/net/ethernet/broadcom/bcmsysport.c ret = bcm_sysport_rule_del(priv, nfc->fs.location); location 932 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c if (fs->location >= BNXT_NTP_FLTR_MAX_FLTR) location 941 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c if (fltr->sw_id == fs->location) location 2878 drivers/net/ethernet/cadence/macb_main.c if (fs->location >= num_t2_scr) location 2881 drivers/net/ethernet/cadence/macb_main.c t2_scr = gem_readl_n(bp, SCRT2, fs->location); location 2904 drivers/net/ethernet/cadence/macb_main.c gem_writel_n(bp, SCRT2, fs->location, t2_scr); location 2911 drivers/net/ethernet/cadence/macb_main.c uint16_t index = fs->location; location 3005 drivers/net/ethernet/cadence/macb_main.c fs->flow_type, (int)fs->ring_cookie, fs->location, location 3014 drivers/net/ethernet/cadence/macb_main.c if (item->fs.location > newfs->fs.location) { location 3018 drivers/net/ethernet/cadence/macb_main.c } else if (item->fs.location == fs->location) { location 3020 drivers/net/ethernet/cadence/macb_main.c fs->location); location 3053 drivers/net/ethernet/cadence/macb_main.c if (item->fs.location == cmd->fs.location) { location 3058 drivers/net/ethernet/cadence/macb_main.c fs->flow_type, (int)fs->ring_cookie, fs->location, location 3064 drivers/net/ethernet/cadence/macb_main.c gem_writel_n(bp, SCRT2, fs->location, 0); location 3085 drivers/net/ethernet/cadence/macb_main.c if (item->fs.location == cmd->fs.location) { location 3103 drivers/net/ethernet/cadence/macb_main.c rule_locs[cnt] = item->fs.location; location 3147 drivers/net/ethernet/cadence/macb_main.c if ((cmd->fs.location >= bp->max_tuples) location 445 drivers/net/ethernet/cisco/enic/enic_ethtool.c n = htbl_fltr_search(enic, (u16)fsp->location); location 1756 drivers/net/ethernet/dec/tulip/de2104x.c static unsigned tulip_read_eeprom(void __iomem *regs, int location, location 1762 drivers/net/ethernet/dec/tulip/de2104x.c int read_cmd = location | (EE_READ_CMD << addr_len); location 339 drivers/net/ethernet/dec/tulip/eeprom.c int tulip_read_eeprom(struct net_device *dev, int location, int addr_len) location 345 drivers/net/ethernet/dec/tulip/eeprom.c int read_cmd = location | (EE_READ_CMD << addr_len); location 350 drivers/net/ethernet/dec/tulip/eeprom.c if (location > (1 << addr_len) - 1) location 47 drivers/net/ethernet/dec/tulip/media.c int tulip_mdio_read(struct net_device *dev, int phy_id, int location) location 51 drivers/net/ethernet/dec/tulip/media.c int read_cmd = (0xf6 << 10) | ((phy_id & 0x1f) << 5) | location; location 57 drivers/net/ethernet/dec/tulip/media.c if (location & ~0x1f) location 61 drivers/net/ethernet/dec/tulip/media.c if (comet_miireg2offset[location]) location 62 drivers/net/ethernet/dec/tulip/media.c return ioread32(ioaddr + comet_miireg2offset[location]); location 68 drivers/net/ethernet/dec/tulip/media.c iowrite32(0x60020000 + (phy_id<<23) + (location<<18), ioaddr + 0xA0); location 109 drivers/net/ethernet/dec/tulip/media.c void tulip_mdio_write(struct net_device *dev, int phy_id, int location, int val) location 113 drivers/net/ethernet/dec/tulip/media.c int cmd = (0x5002 << 16) | ((phy_id & 0x1f) << 23) | (location<<18) | (val & 0xffff); location 118 drivers/net/ethernet/dec/tulip/media.c if (location & ~0x1f) location 122 drivers/net/ethernet/dec/tulip/media.c if (comet_miireg2offset[location]) location 123 drivers/net/ethernet/dec/tulip/media.c iowrite32(val, ioaddr + comet_miireg2offset[location]); location 485 drivers/net/ethernet/dec/tulip/tulip.h int tulip_read_eeprom(struct net_device *dev, int location, int addr_len); location 498 drivers/net/ethernet/dec/tulip/tulip.h int tulip_mdio_read(struct net_device *dev, int phy_id, int location); location 499 drivers/net/ethernet/dec/tulip/tulip.h void tulip_mdio_write(struct net_device *dev, int phy_id, int location, int value); location 325 drivers/net/ethernet/dec/tulip/winbond-840.c static int eeprom_read(void __iomem *ioaddr, int location); location 326 drivers/net/ethernet/dec/tulip/winbond-840.c static int mdio_read(struct net_device *dev, int phy_id, int location); location 327 drivers/net/ethernet/dec/tulip/winbond-840.c static void mdio_write(struct net_device *dev, int phy_id, int location, int value); location 502 drivers/net/ethernet/dec/tulip/winbond-840.c static int eeprom_read(void __iomem *addr, int location) location 507 drivers/net/ethernet/dec/tulip/winbond-840.c int read_cmd = location | EE_ReadCmd; location 566 drivers/net/ethernet/dec/tulip/winbond-840.c static int mdio_read(struct net_device *dev, int phy_id, int location) location 570 drivers/net/ethernet/dec/tulip/winbond-840.c int mii_cmd = (0xf6 << 10) | (phy_id << 5) | location; location 596 drivers/net/ethernet/dec/tulip/winbond-840.c static void mdio_write(struct net_device *dev, int phy_id, int location, int value) location 600 drivers/net/ethernet/dec/tulip/winbond-840.c int mii_cmd = (0x5002 << 16) | (phy_id << 23) | (location<<18) | value; location 603 drivers/net/ethernet/dec/tulip/winbond-840.c if (location == 4 && phy_id == np->phys[0]) location 428 drivers/net/ethernet/dlink/sundance.c static int eeprom_read(void __iomem *ioaddr, int location); location 429 drivers/net/ethernet/dlink/sundance.c static int mdio_read(struct net_device *dev, int phy_id, int location); location 430 drivers/net/ethernet/dlink/sundance.c static void mdio_write(struct net_device *dev, int phy_id, int location, int value); location 728 drivers/net/ethernet/dlink/sundance.c static int eeprom_read(void __iomem *ioaddr, int location) location 731 drivers/net/ethernet/dlink/sundance.c iowrite16(0x0200 | (location & 0xff), ioaddr + EECtrl); location 772 drivers/net/ethernet/dlink/sundance.c static int mdio_read(struct net_device *dev, int phy_id, int location) location 776 drivers/net/ethernet/dlink/sundance.c int mii_cmd = (0xf6 << 10) | (phy_id << 5) | location; location 802 drivers/net/ethernet/dlink/sundance.c static void mdio_write(struct net_device *dev, int phy_id, int location, int value) location 806 drivers/net/ethernet/dlink/sundance.c int mii_cmd = (0x5002 << 16) | (phy_id << 23) | (location<<18) | value; location 424 drivers/net/ethernet/fealnx.c static int mdio_read(struct net_device *dev, int phy_id, int location); location 425 drivers/net/ethernet/fealnx.c static void mdio_write(struct net_device *dev, int phy_id, int location, int value); location 566 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c fs->location, &rule_cfg, &fs_act); location 593 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c unsigned int location) location 602 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c if (location >= dpaa2_eth_fs_count(priv)) location 605 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c rule = &priv->cls_rules[location]; location 657 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c if (rxnfc->fs.location >= max_rules) location 659 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c rxnfc->fs.location = array_index_nospec(rxnfc->fs.location, location 661 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c if (!priv->cls_rules[rxnfc->fs.location].in_use) location 663 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c rxnfc->fs = priv->cls_rules[rxnfc->fs.location].fs; location 695 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c err = update_cls_rule(net_dev, &rxnfc->fs, rxnfc->fs.location); location 698 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c err = update_cls_rule(net_dev, NULL, rxnfc->fs.location); location 380 drivers/net/ethernet/freescale/enetc/enetc_ethtool.c return enetc_set_fs_entry(si, &rfse, fs->location); location 406 drivers/net/ethernet/freescale/enetc/enetc_ethtool.c if (rxnfc->fs.location >= priv->si->num_fs_entries) location 410 drivers/net/ethernet/freescale/enetc/enetc_ethtool.c rxnfc->fs = priv->cls_rules[rxnfc->fs.location].fs; location 441 drivers/net/ethernet/freescale/enetc/enetc_ethtool.c if (rxnfc->fs.location >= priv->si->num_fs_entries) location 451 drivers/net/ethernet/freescale/enetc/enetc_ethtool.c priv->cls_rules[rxnfc->fs.location].fs = rxnfc->fs; location 452 drivers/net/ethernet/freescale/enetc/enetc_ethtool.c priv->cls_rules[rxnfc->fs.location].used = 1; location 455 drivers/net/ethernet/freescale/enetc/enetc_ethtool.c if (rxnfc->fs.location >= priv->si->num_fs_entries) location 461 drivers/net/ethernet/freescale/enetc/enetc_ethtool.c priv->cls_rules[rxnfc->fs.location].used = 0; location 52 drivers/net/ethernet/freescale/fs_enet/mii-fec.c static int fs_enet_fec_mii_read(struct mii_bus *bus , int phy_id, int location) location 61 drivers/net/ethernet/freescale/fs_enet/mii-fec.c out_be32(&fecp->fec_mii_data, (phy_id << 23) | mk_mii_read(location)); location 75 drivers/net/ethernet/freescale/fs_enet/mii-fec.c static int fs_enet_fec_mii_write(struct mii_bus *bus, int phy_id, int location, u16 val) location 85 drivers/net/ethernet/freescale/fs_enet/mii-fec.c out_be32(&fecp->fec_mii_data, (phy_id << 23) | mk_mii_write(location, val)); location 1323 drivers/net/ethernet/freescale/gianfar_ethtool.c if (comp->fs.location > flow->location) { location 1327 drivers/net/ethernet/freescale/gianfar_ethtool.c if (comp->fs.location == flow->location) { location 1330 drivers/net/ethernet/freescale/gianfar_ethtool.c flow->location); location 1362 drivers/net/ethernet/freescale/gianfar_ethtool.c if (comp->fs.location == loc) { location 1381 drivers/net/ethernet/freescale/gianfar_ethtool.c if (comp->fs.location == cmd->fs.location) { location 1401 drivers/net/ethernet/freescale/gianfar_ethtool.c rule_locs[i] = comp->fs.location; location 1428 drivers/net/ethernet/freescale/gianfar_ethtool.c cmd->fs.location >= MAX_FILER_IDX) { location 1435 drivers/net/ethernet/freescale/gianfar_ethtool.c ret = gfar_del_cls(priv, cmd->fs.location); location 1051 drivers/net/ethernet/freescale/ucc_geth.h enum ucc_geth_enet_address_recognition_location location; /* location in location 5087 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c ret = hclge_fd_tcam_config(hdev, stage, false, rule->location, key_y, location 5096 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c ret = hclge_fd_tcam_config(hdev, stage, true, rule->location, key_x, location 5110 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c ad_data.ad_id = rule->location; location 5129 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c ad_data.rule_id = rule->location; location 5143 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c if (fs->location >= hdev->fd_cfg.rule_num[HCLGE_FD_STAGE_1]) location 5300 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c static bool hclge_fd_rule_exist(struct hclge_dev *hdev, u16 location) location 5307 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c if (rule->location >= location) location 5313 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c return rule && rule->location == location; location 5319 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c u16 location, location 5330 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c if (rule->location >= location) location 5335 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c if (rule && rule->location == location) { location 5343 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c clear_bit(location, hdev->fd_bmap); location 5350 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c location); location 5361 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c set_bit(location, hdev->fd_bmap); location 5534 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c hclge_fd_update_rule_list(hdev, rule, rule->location, true); location 5547 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c hclge_fd_update_rule_list(hdev, rule, rule->location, false); location 5620 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c rule->location = fs->location; location 5653 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c if (fs->location >= hdev->fd_cfg.rule_num[HCLGE_FD_STAGE_1]) location 5656 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c if (!hclge_fd_rule_exist(hdev, fs->location)) { location 5658 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c "Delete fail, rule %d is inexistent\n", fs->location); location 5662 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c ret = hclge_fd_tcam_config(hdev, HCLGE_FD_STAGE_1, true, fs->location, location 5668 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c ret = hclge_fd_update_rule_list(hdev, NULL, fs->location, false); location 5682 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c u16 location; location 5688 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c for_each_set_bit(location, hdev->fd_bmap, location 5690 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c hclge_fd_tcam_config(hdev, HCLGE_FD_STAGE_1, true, location, location 5736 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c rule->location); location 5737 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c clear_bit(rule->location, hdev->fd_bmap); location 5784 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c if (rule->location >= fs->location) location 5788 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c if (!rule || fs->location != rule->location) { location 5994 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c rule_locs[cnt] = rule->location; location 6118 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c rule->location = bit_id; location 6129 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c return rule->location; location 6135 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c return rule->location; location 6145 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c return rule->location; location 6163 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c rule->flow_id, rule->location)) { location 6167 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c clear_bit(rule->location, hdev->fd_bmap); location 6174 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c rule->location, NULL, false); location 618 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h u16 location; location 3207 drivers/net/ethernet/intel/i40e/i40e_ethtool.c if (fsp->location <= rule->fd_id) location 3211 drivers/net/ethernet/intel/i40e/i40e_ethtool.c if (!rule || fsp->location != rule->fd_id) location 3654 drivers/net/ethernet/intel/i40e/i40e_ethtool.c ret = i40e_update_ethtool_fdir_entry(vsi, NULL, fsp->location, cmd); location 4481 drivers/net/ethernet/intel/i40e/i40e_ethtool.c if (fsp->location >= (pf->hw.func_caps.fd_filters_best_effort + location 4518 drivers/net/ethernet/intel/i40e/i40e_ethtool.c input->fd_id = fsp->location; location 4552 drivers/net/ethernet/intel/i40e/i40e_ethtool.c i40e_update_ethtool_fdir_entry(vsi, input, fsp->location, NULL); location 2850 drivers/net/ethernet/intel/igb/e1000_82575.c data->sensor[0].location = 0x1; location 2884 drivers/net/ethernet/intel/igb/e1000_82575.c data->sensor[i].location = sensor_location; location 344 drivers/net/ethernet/intel/igb/e1000_hw.h u8 location; location 2461 drivers/net/ethernet/intel/igb/igb_ethtool.c if (fsp->location <= rule->sw_idx) location 2465 drivers/net/ethernet/intel/igb/igb_ethtool.c if (!rule || fsp->location != rule->sw_idx) location 2935 drivers/net/ethernet/intel/igb/igb_ethtool.c if (fsp->location >= IGB_MAX_RXNFC_FILTERS) { location 2976 drivers/net/ethernet/intel/igb/igb_ethtool.c input->sw_idx = fsp->location; location 3014 drivers/net/ethernet/intel/igb/igb_ethtool.c err = igb_update_ethtool_nfc_entry(adapter, NULL, fsp->location); location 30 drivers/net/ethernet/intel/igb/igb_hwmon.c igb_attr->sensor->location); location 182 drivers/net/ethernet/intel/igb/igb_hwmon.c if (adapter->hw.mac.thermal_sensor_data.sensor[i].location == 0) location 888 drivers/net/ethernet/intel/igc/igc_ethtool.c if (fsp->location <= rule->sw_idx) location 892 drivers/net/ethernet/intel/igc/igc_ethtool.c if (!rule || fsp->location != rule->sw_idx) location 1370 drivers/net/ethernet/intel/igc/igc_ethtool.c if (fsp->location >= IGC_MAX_RXNFC_FILTERS) { location 1411 drivers/net/ethernet/intel/igc/igc_ethtool.c input->sw_idx = fsp->location; location 1449 drivers/net/ethernet/intel/igc/igc_ethtool.c err = igc_update_ethtool_nfc_entry(adapter, NULL, fsp->location); location 4011 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c data->sensor[i].location = sensor_location; location 2424 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c if (fsp->location <= rule->sw_idx) location 2428 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c if (!rule || fsp->location != rule->sw_idx) location 2713 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c if (fsp->location >= ((1024 << adapter->fdir_pballoc) - 2)) { location 2725 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c input->sw_idx = fsp->location; location 2812 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c err = ixgbe_update_ethtool_fdir_entry(adapter, NULL, fsp->location); location 24 drivers/net/ethernet/intel/ixgbe/ixgbe_sysfs.c ixgbe_attr->sensor->location); location 175 drivers/net/ethernet/intel/ixgbe/ixgbe_sysfs.c if (adapter->hw.mac.thermal_sensor_data.sensor[i].location == 0) location 203 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h u8 location; location 1335 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c if (rxnfc->fs.location >= MVPP2_N_RFS_ENTRIES_PER_FLOW) location 1338 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c efs = port->rfs_rules[rxnfc->fs.location]; location 1355 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c if (info->fs.location >= MVPP2_N_RFS_ENTRIES_PER_FLOW) location 1387 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c efs->rule.loc = info->fs.location; location 1425 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c if (info->fs.location >= MVPP2_N_RFS_ENTRIES_PER_FLOW) location 1428 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c efs = port->rfs_rules[info->fs.location]; location 1438 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c port->rfs_rules[info->fs.location] = NULL; location 1573 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c rxnfc->fs.location); location 1877 drivers/net/ethernet/mediatek/mtk_eth_soc.c (fsp->location > 1)) location 1880 drivers/net/ethernet/mediatek/mtk_eth_soc.c mac->hwlro_ip[fsp->location] = htonl(fsp->h_u.tcp_ip4_spec.ip4dst); location 1881 drivers/net/ethernet/mediatek/mtk_eth_soc.c hwlro_idx = (mac->id * MTK_MAX_LRO_IP_CNT) + fsp->location; location 1885 drivers/net/ethernet/mediatek/mtk_eth_soc.c mtk_hwlro_val_ipaddr(eth, hwlro_idx, mac->hwlro_ip[fsp->location]); location 1899 drivers/net/ethernet/mediatek/mtk_eth_soc.c if (fsp->location > 1) location 1902 drivers/net/ethernet/mediatek/mtk_eth_soc.c mac->hwlro_ip[fsp->location] = 0; location 1903 drivers/net/ethernet/mediatek/mtk_eth_soc.c hwlro_idx = (mac->id * MTK_MAX_LRO_IP_CNT) + fsp->location; location 1937 drivers/net/ethernet/mediatek/mtk_eth_soc.c fsp->h_u.tcp_ip4_spec.ip4dst = ntohl(mac->hwlro_ip[fsp->location]); location 1325 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c if (cmd->fs.location >= MAX_NUM_OF_FS_RULES) location 1602 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c rule.priority = MLX4_DOMAIN_ETHTOOL | cmd->fs.location; location 1628 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c loc_rule = &priv->ethtool_rules[cmd->fs.location]; location 1633 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c cmd->fs.location, loc_rule->id); location 1644 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c cmd->fs.location); location 1667 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c if (cmd->fs.location >= MAX_NUM_OF_FS_RULES) location 1670 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c rule = &priv->ethtool_rules[cmd->fs.location]; location 1679 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c cmd->fs.location, rule->id); location 1745 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c err = mlx4_en_get_flow(dev, cmd, cmd->fs.location); location 378 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c if (iter->flow_spec.location > rule->flow_spec.location) location 465 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c int location) location 470 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c if (iter->flow_spec.location == location) location 477 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c int location) location 481 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c eth_rule = find_ethtool_rule(priv, location); location 610 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c if (fs->location >= MAX_NUM_OF_ETHTOOL_RULES) location 686 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c eth_rule = get_ethtool_rule(priv, fs->location); location 715 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c mlx5e_ethtool_flow_remove(struct mlx5e_priv *priv, int location) location 720 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c if (location >= MAX_NUM_OF_ETHTOOL_RULES) location 723 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c eth_rule = find_ethtool_rule(priv, location); location 736 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c struct ethtool_rxnfc *info, int location) location 740 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c if (location < 0 || location >= MAX_NUM_OF_ETHTOOL_RULES) location 744 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c if (eth_rule->flow_spec.location == location) { location 757 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c int location = 0; location 763 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c err = mlx5e_ethtool_get_flow(priv, info, location); location 765 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c rule_locs[idx++] = location; location 766 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c location++; location 901 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c err = mlx5e_ethtool_flow_remove(priv, cmd->fs.location); location 925 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c err = mlx5e_ethtool_get_flow(priv, info, info->fs.location); location 599 drivers/net/ethernet/natsemi/natsemi.c static int eeprom_read(void __iomem *ioaddr, int location); location 1006 drivers/net/ethernet/natsemi/natsemi.c static int eeprom_read(void __iomem *addr, int location) location 1011 drivers/net/ethernet/natsemi/natsemi.c int read_cmd = location | EE_ReadCmd; location 1693 drivers/net/ethernet/neterion/vxge/vxge-config.c u32 operation, u32 location, u32 offset, u64 *stat) location 1705 drivers/net/ethernet/neterion/vxge/vxge-config.c VXGE_HW_XMAC_STATS_SYS_CMD_LOC_SEL(location) | location 1747 drivers/net/ethernet/neterion/vxge/vxge-traffic.h u32 location, location 52 drivers/net/ethernet/netronome/nfp/bpf/verifier.c unsigned int location = UINT_MAX; location 78 drivers/net/ethernet/netronome/nfp/bpf/verifier.c location = meta->n; location 80 drivers/net/ethernet/netronome/nfp/bpf/verifier.c nfp_prog->adjust_head_location = location; location 545 drivers/net/ethernet/packetengines/hamachi.c static int read_eeprom(void __iomem *ioaddr, int location); location 546 drivers/net/ethernet/packetengines/hamachi.c static int mdio_read(struct net_device *dev, int phy_id, int location); location 547 drivers/net/ethernet/packetengines/hamachi.c static void mdio_write(struct net_device *dev, int phy_id, int location, int value); location 791 drivers/net/ethernet/packetengines/hamachi.c static int read_eeprom(void __iomem *ioaddr, int location) location 797 drivers/net/ethernet/packetengines/hamachi.c writew(location, ioaddr + EEAddr); location 811 drivers/net/ethernet/packetengines/hamachi.c static int mdio_read(struct net_device *dev, int phy_id, int location) location 821 drivers/net/ethernet/packetengines/hamachi.c writew((phy_id<<8) + location, ioaddr + MII_Addr); location 829 drivers/net/ethernet/packetengines/hamachi.c static void mdio_write(struct net_device *dev, int phy_id, int location, int value) location 839 drivers/net/ethernet/packetengines/hamachi.c writew((phy_id<<8) + location, ioaddr + MII_Addr); location 341 drivers/net/ethernet/packetengines/yellowfin.c static int read_eeprom(void __iomem *ioaddr, int location); location 342 drivers/net/ethernet/packetengines/yellowfin.c static int mdio_read(void __iomem *ioaddr, int phy_id, int location); location 343 drivers/net/ethernet/packetengines/yellowfin.c static void mdio_write(void __iomem *ioaddr, int phy_id, int location, int value); location 523 drivers/net/ethernet/packetengines/yellowfin.c static int read_eeprom(void __iomem *ioaddr, int location) location 527 drivers/net/ethernet/packetengines/yellowfin.c iowrite8(location, ioaddr + EEAddr); location 528 drivers/net/ethernet/packetengines/yellowfin.c iowrite8(0x30 | ((location >> 8) & 7), ioaddr + EECtrl); location 538 drivers/net/ethernet/packetengines/yellowfin.c static int mdio_read(void __iomem *ioaddr, int phy_id, int location) location 542 drivers/net/ethernet/packetengines/yellowfin.c iowrite16((phy_id<<8) + location, ioaddr + MII_Addr); location 550 drivers/net/ethernet/packetengines/yellowfin.c static void mdio_write(void __iomem *ioaddr, int phy_id, int location, int value) location 554 drivers/net/ethernet/packetengines/yellowfin.c iowrite16((phy_id<<8) + location, ioaddr + MII_Addr); location 1374 drivers/net/ethernet/qlogic/qede/qede_ethtool.c rc = qede_delete_flow_filter(edev, info->fs.location); location 1354 drivers/net/ethernet/qlogic/qede/qede_filter.c qede_get_arfs_fltr_by_loc(struct hlist_head *head, u64 location) location 1359 drivers/net/ethernet/qlogic/qede/qede_filter.c if (location == fltr->sw_id) location 1416 drivers/net/ethernet/qlogic/qede/qede_filter.c fsp->location); location 1419 drivers/net/ethernet/qlogic/qede/qede_filter.c fsp->location); location 2019 drivers/net/ethernet/qlogic/qede/qede_filter.c __u32 location) location 2021 drivers/net/ethernet/qlogic/qede/qede_filter.c if (location >= QEDE_RFS_MAX_FLTR) { location 2027 drivers/net/ethernet/qlogic/qede/qede_filter.c if (test_bit(location, edev->arfs->arfs_fltr_bmap)) { location 2086 drivers/net/ethernet/qlogic/qede/qede_filter.c fs->location); location 2131 drivers/net/ethernet/qlogic/qede/qede_filter.c n->sw_id = fsp->location; location 1303 drivers/net/ethernet/realtek/8139cp.c static int mdio_read(struct net_device *dev, int phy_id, int location) location 1307 drivers/net/ethernet/realtek/8139cp.c return location < 8 && mii_2_8139_map[location] ? location 1308 drivers/net/ethernet/realtek/8139cp.c readw(cp->regs + mii_2_8139_map[location]) : 0; location 1312 drivers/net/ethernet/realtek/8139cp.c static void mdio_write(struct net_device *dev, int phy_id, int location, location 1317 drivers/net/ethernet/realtek/8139cp.c if (location == 0) { location 1321 drivers/net/ethernet/realtek/8139cp.c } else if (location < 8 && mii_2_8139_map[location]) location 1322 drivers/net/ethernet/realtek/8139cp.c cpw16(mii_2_8139_map[location], value); location 1710 drivers/net/ethernet/realtek/8139cp.c static u16 read_eeprom (void __iomem *ioaddr, int location, int addr_len) location 1715 drivers/net/ethernet/realtek/8139cp.c int read_cmd = location | (EE_READ_CMD << addr_len); location 1735 drivers/net/ethernet/realtek/8139cp.c static void write_eeprom(void __iomem *ioaddr, int location, u16 val, location 1740 drivers/net/ethernet/realtek/8139cp.c int write_cmd = location | (EE_WRITE_CMD << addr_len); location 639 drivers/net/ethernet/realtek/8139too.c static int read_eeprom (void __iomem *ioaddr, int location, int addr_len); location 641 drivers/net/ethernet/realtek/8139too.c static int mdio_read (struct net_device *dev, int phy_id, int location); location 642 drivers/net/ethernet/realtek/8139too.c static void mdio_write (struct net_device *dev, int phy_id, int location, location 1152 drivers/net/ethernet/realtek/8139too.c static int read_eeprom(void __iomem *ioaddr, int location, int addr_len) location 1156 drivers/net/ethernet/realtek/8139too.c int read_cmd = location | (EE_READ_CMD << addr_len); location 1233 drivers/net/ethernet/realtek/8139too.c static int mdio_read (struct net_device *dev, int phy_id, int location) location 1239 drivers/net/ethernet/realtek/8139too.c int mii_cmd = (0xf6 << 10) | (phy_id << 5) | location; location 1245 drivers/net/ethernet/realtek/8139too.c return location < 8 && mii_2_8139_map[location] ? location 1246 drivers/net/ethernet/realtek/8139too.c RTL_R16 (mii_2_8139_map[location]) : 0; location 1275 drivers/net/ethernet/realtek/8139too.c static void mdio_write (struct net_device *dev, int phy_id, int location, location 1281 drivers/net/ethernet/realtek/8139too.c int mii_cmd = (0x5002 << 16) | (phy_id << 23) | (location << 18) | value; location 1287 drivers/net/ethernet/realtek/8139too.c if (location == 0) { location 1291 drivers/net/ethernet/realtek/8139too.c } else if (location < 8 && mii_2_8139_map[location]) location 1292 drivers/net/ethernet/realtek/8139too.c RTL_W16 (mii_2_8139_map[location], value); location 1049 drivers/net/ethernet/realtek/r8169_main.c static void rtl_writephy(struct rtl8169_private *tp, int location, int val) location 1053 drivers/net/ethernet/realtek/r8169_main.c r8168dp_1_mdio_write(tp, location, val); location 1057 drivers/net/ethernet/realtek/r8169_main.c r8168dp_2_mdio_write(tp, location, val); location 1060 drivers/net/ethernet/realtek/r8169_main.c r8168g_mdio_write(tp, location, val); location 1063 drivers/net/ethernet/realtek/r8169_main.c r8169_mdio_write(tp, location, val); location 1068 drivers/net/ethernet/realtek/r8169_main.c static int rtl_readphy(struct rtl8169_private *tp, int location) location 1072 drivers/net/ethernet/realtek/r8169_main.c return r8168dp_1_mdio_read(tp, location); location 1075 drivers/net/ethernet/realtek/r8169_main.c return r8168dp_2_mdio_read(tp, location); location 1077 drivers/net/ethernet/realtek/r8169_main.c return r8168g_mdio_read(tp, location); location 1079 drivers/net/ethernet/realtek/r8169_main.c return r8169_mdio_read(tp, location); location 825 drivers/net/ethernet/sfc/ethtool.c rule->location, &spec); location 1096 drivers/net/ethernet/sfc/ethtool.c if (rule->location != RX_CLS_LOC_ANY) location 1284 drivers/net/ethernet/sfc/ethtool.c rule->location = rc; location 1303 drivers/net/ethernet/sfc/ethtool.c info->fs.location); location 802 drivers/net/ethernet/sfc/falcon/ethtool.c rule->location, &spec); location 1038 drivers/net/ethernet/sfc/falcon/ethtool.c if (rule->location != RX_CLS_LOC_ANY) location 1219 drivers/net/ethernet/sfc/falcon/ethtool.c rule->location = rc; location 1237 drivers/net/ethernet/sfc/falcon/ethtool.c info->fs.location); location 220 drivers/net/ethernet/sis/sis900.c static u16 read_eeprom(void __iomem *ioaddr, int location); location 221 drivers/net/ethernet/sis/sis900.c static int mdio_read(struct net_device *net_dev, int phy_id, int location); location 222 drivers/net/ethernet/sis/sis900.c static void mdio_write(struct net_device *net_dev, int phy_id, int location, int val); location 817 drivers/net/ethernet/sis/sis900.c static u16 read_eeprom(void __iomem *ioaddr, int location) location 819 drivers/net/ethernet/sis/sis900.c u32 read_cmd = location | EEread; location 896 drivers/net/ethernet/sis/sis900.c static int mdio_read(struct net_device *net_dev, int phy_id, int location) location 898 drivers/net/ethernet/sis/sis900.c int mii_cmd = MIIread|(phy_id<<MIIpmdShift)|(location<<MIIregShift); location 941 drivers/net/ethernet/sis/sis900.c static void mdio_write(struct net_device *net_dev, int phy_id, int location, location 944 drivers/net/ethernet/sis/sis900.c int mii_cmd = MIIwrite|(phy_id<<MIIpmdShift)|(location<<MIIregShift); location 290 drivers/net/ethernet/smsc/epic100.c static int mdio_read(struct net_device *dev, int phy_id, int location); location 564 drivers/net/ethernet/smsc/epic100.c static int read_eeprom(struct epic_private *ep, int location) location 569 drivers/net/ethernet/smsc/epic100.c int read_cmd = location | location 600 drivers/net/ethernet/smsc/epic100.c static int mdio_read(struct net_device *dev, int phy_id, int location) location 604 drivers/net/ethernet/smsc/epic100.c int read_cmd = (phy_id << 9) | (location << 4) | MII_READOP; location 613 drivers/net/ethernet/smsc/epic100.c if (phy_id == 1 && location < 6 && location 7162 drivers/net/ethernet/sun/niu.c idx = tcam_get_index(np, (u16)nfc->fs.location); location 7167 drivers/net/ethernet/sun/niu.c parent->index, (u16)nfc->fs.location, idx); location 7426 drivers/net/ethernet/sun/niu.c idx = nfc->fs.location; location 7644 drivers/net/ethernet/sun/niu.c ret = niu_del_ethtool_tcam_entry(np, cmd->fs.location); location 504 drivers/net/ethernet/via/via-rhine.c static int mdio_read(struct net_device *dev, int phy_id, int location); location 505 drivers/net/ethernet/via/via-rhine.c static void mdio_write(struct net_device *dev, int phy_id, int location, int value); location 438 drivers/net/ethernet/xscale/ixp4xx_eth.c static int ixp4xx_mdio_cmd(struct mii_bus *bus, int phy_id, int location, location 452 drivers/net/ethernet/xscale/ixp4xx_eth.c __raw_writel(((phy_id << 5) | location) & 0xFF, location 489 drivers/net/ethernet/xscale/ixp4xx_eth.c static int ixp4xx_mdio_read(struct mii_bus *bus, int phy_id, int location) location 495 drivers/net/ethernet/xscale/ixp4xx_eth.c ret = ixp4xx_mdio_cmd(bus, phy_id, location, 0, 0); location 499 drivers/net/ethernet/xscale/ixp4xx_eth.c phy_id, location, ret); location 504 drivers/net/ethernet/xscale/ixp4xx_eth.c static int ixp4xx_mdio_write(struct mii_bus *bus, int phy_id, int location, location 511 drivers/net/ethernet/xscale/ixp4xx_eth.c ret = ixp4xx_mdio_cmd(bus, phy_id, location, 1, val); location 515 drivers/net/ethernet/xscale/ixp4xx_eth.c bus->name, phy_id, location, val, ret); location 213 drivers/net/phy/bcm7xxx.c static int phy_set_clr_bits(struct phy_device *dev, int location, location 218 drivers/net/phy/bcm7xxx.c v = phy_read(dev, location); location 225 drivers/net/phy/bcm7xxx.c ret = phy_write(dev, location, v); location 306 drivers/net/usb/mcs7830.c int location) location 309 drivers/net/usb/mcs7830.c return mcs7830_read_phy(dev, location); location 313 drivers/net/usb/mcs7830.c int location, int val) location 316 drivers/net/usb/mcs7830.c mcs7830_write_phy(dev, location, val); location 390 drivers/net/wireless/realtek/rtw88/fw.c u8 location = 0; location 394 drivers/net/wireless/realtek/rtw88/fw.c location = rsvd_pkt->page; location 397 drivers/net/wireless/realtek/rtw88/fw.c return location; location 403 drivers/net/wireless/realtek/rtw88/fw.c u8 location = 0; location 407 drivers/net/wireless/realtek/rtw88/fw.c location = rtw_get_rsvd_page_location(rtwdev, RSVD_PROBE_RESP); location 408 drivers/net/wireless/realtek/rtw88/fw.c *(h2c_pkt + 1) = location; location 409 drivers/net/wireless/realtek/rtw88/fw.c rtw_dbg(rtwdev, RTW_DBG_FW, "RSVD_PROBE_RESP loc: %d\n", location); location 411 drivers/net/wireless/realtek/rtw88/fw.c location = rtw_get_rsvd_page_location(rtwdev, RSVD_PS_POLL); location 412 drivers/net/wireless/realtek/rtw88/fw.c *(h2c_pkt + 2) = location; location 413 drivers/net/wireless/realtek/rtw88/fw.c rtw_dbg(rtwdev, RTW_DBG_FW, "RSVD_PS_POLL loc: %d\n", location); location 415 drivers/net/wireless/realtek/rtw88/fw.c location = rtw_get_rsvd_page_location(rtwdev, RSVD_NULL); location 416 drivers/net/wireless/realtek/rtw88/fw.c *(h2c_pkt + 3) = location; location 417 drivers/net/wireless/realtek/rtw88/fw.c rtw_dbg(rtwdev, RTW_DBG_FW, "RSVD_NULL loc: %d\n", location); location 419 drivers/net/wireless/realtek/rtw88/fw.c location = rtw_get_rsvd_page_location(rtwdev, RSVD_QOS_NULL); location 420 drivers/net/wireless/realtek/rtw88/fw.c *(h2c_pkt + 4) = location; location 421 drivers/net/wireless/realtek/rtw88/fw.c rtw_dbg(rtwdev, RTW_DBG_FW, "RSVD_QOS_NULL loc: %d\n", location); location 191 drivers/platform/x86/alienware-wmi.c u8 location; location 270 drivers/platform/x86/alienware-wmi.c zone_data[zone].location); location 289 drivers/platform/x86/alienware-wmi.c wmax_basic_args.led_mask = 1 << zone->location; location 307 drivers/platform/x86/alienware-wmi.c method_id = zone->location + 1; location 478 drivers/platform/x86/alienware-wmi.c zone_data[zone].location = zone; location 912 drivers/platform/x86/dell-laptop.c token->location, bd->props.brightness, 0, 0); location 933 drivers/platform/x86/dell-laptop.c dell_fill_request(&buffer, token->location, 0, 0, 0); location 1374 drivers/platform/x86/dell-laptop.c dell_fill_request(&buffer, token->location, token->value, 0, 0); location 1394 drivers/platform/x86/dell-laptop.c dell_fill_request(&buffer, token->location, 0, 0, 0); location 2151 drivers/platform/x86/dell-laptop.c dell_fill_request(&buffer, token->location, token->value, 0, 0); location 2219 drivers/platform/x86/dell-laptop.c dell_fill_request(&buffer, token->location, 0, 0, 0); location 220 drivers/platform/x86/dell-smbios-base.c if (da_tokens[i].location != buffer->input[0]) location 398 drivers/platform/x86/dell-smbios-base.c da_tokens[j].location, location 444 drivers/platform/x86/dell-smbios-base.c return scnprintf(buf, PAGE_SIZE, "%08x", da_tokens[i].location); location 119 drivers/platform/x86/dell-smbios-smm.c buffer->input[0] = wsmt->location; location 42 drivers/platform/x86/dell-smbios.h u16 location; location 522 drivers/platform/x86/hp-wmi.c u32 *location; location 545 drivers/platform/x86/hp-wmi.c location = (u32 *)obj->buffer.pointer; location 547 drivers/platform/x86/hp-wmi.c event_id = *location; location 548 drivers/platform/x86/hp-wmi.c event_data = *(location + 1); location 550 drivers/platform/x86/hp-wmi.c event_id = *location; location 551 drivers/platform/x86/hp-wmi.c event_data = *(location + 2); location 476 drivers/scsi/aic94xx/aic94xx_sds.c u8 location; location 555 drivers/scsi/esas2r/atioctl.h u8 location; location 651 drivers/scsi/gdth.h u32 location; /* controller number */ location 1161 drivers/scsi/ibmvscsi/ibmvfc.c const char *location; location 1184 drivers/scsi/ibmvscsi/ibmvfc.c location = of_get_property(of_node, "ibm,loc-code", NULL); location 1185 drivers/scsi/ibmvscsi/ibmvfc.c location = location ? location : dev_name(vhost->dev); location 1186 drivers/scsi/ibmvscsi/ibmvfc.c strncpy(login_info->drc_name, location, IBMVFC_MAX_NAME); location 1250 drivers/scsi/ibmvscsi/ibmvscsi.c const char *location; location 1268 drivers/scsi/ibmvscsi/ibmvscsi.c location = of_get_property(of_node, "ibm,loc-code", NULL); location 1269 drivers/scsi/ibmvscsi/ibmvscsi.c location = location ? location : dev_name(hostdata->dev); location 1270 drivers/scsi/ibmvscsi/ibmvscsi.c strlcpy(hostdata->caps.loc, location, sizeof(hostdata->caps.loc)); location 3125 drivers/scsi/ipr.c strcpy(driver_dump->location_entry.location, dev_name(&ioa_cfg->pdev->dev)); location 1686 drivers/scsi/ipr.h u8 location[20]; location 291 drivers/spi/spi-efm32.c u32 location; location 294 drivers/spi/spi-efm32.c ret = of_property_read_u32(np, "energymicro,location", &location); location 298 drivers/spi/spi-efm32.c ret = of_property_read_u32(np, "efm32,location", &location); location 302 drivers/spi/spi-efm32.c ret = of_property_read_u32(np, "location", &location); location 305 drivers/spi/spi-efm32.c dev_dbg(&pdev->dev, "using location %u\n", location); location 308 drivers/spi/spi-efm32.c location = efm32_spi_get_configured_location(ddata); location 310 drivers/spi/spi-efm32.c dev_info(&pdev->dev, "fall back to location %u\n", location); location 313 drivers/spi/spi-efm32.c ddata->pdata.location = location; location 425 drivers/spi/spi-efm32.c REG_ROUTE_LOCATION(ddata->pdata.location), REG_ROUTE); location 580 drivers/staging/gasket/gasket_core.h ulong location) location 582 drivers/staging/gasket/gasket_core.h return readq_relaxed(&gasket_dev->bar_data[bar].virt_base[location]); location 586 drivers/staging/gasket/gasket_core.h int bar, ulong location) location 588 drivers/staging/gasket/gasket_core.h writeq_relaxed(value, &dev->bar_data[bar].virt_base[location]); location 592 drivers/staging/gasket/gasket_core.h int bar, ulong location) location 594 drivers/staging/gasket/gasket_core.h writel_relaxed(value, &dev->bar_data[bar].virt_base[location]); location 598 drivers/staging/gasket/gasket_core.h ulong location) location 600 drivers/staging/gasket/gasket_core.h return readl_relaxed(&dev->bar_data[bar].virt_base[location]); location 604 drivers/staging/gasket/gasket_core.h ulong location, u64 value, location 609 drivers/staging/gasket/gasket_core.h tmp = gasket_dev_read_64(dev, bar, location); location 612 drivers/staging/gasket/gasket_core.h gasket_dev_write_64(dev, tmp, bar, location); location 616 drivers/staging/gasket/gasket_core.h ulong location, u32 value, location 621 drivers/staging/gasket/gasket_core.h tmp = gasket_dev_read_32(dev, bar, location); location 624 drivers/staging/gasket/gasket_core.h gasket_dev_write_32(dev, tmp, bar, location); location 241 drivers/staging/gasket/gasket_interrupt.c ulong location = APEX_BAR2_REG_KERNEL_HIB_MSIX_TABLE + location 246 drivers/staging/gasket/gasket_interrupt.c location); location 252 drivers/staging/gasket/gasket_interrupt.c location); location 305 drivers/tty/serial/efm32-uart.c UARTn_ROUTE_LOCATION(efm_port->pdata.location) | location 668 drivers/tty/serial/efm32-uart.c u32 location; location 674 drivers/tty/serial/efm32-uart.c ret = of_property_read_u32(np, "energymicro,location", &location); location 678 drivers/tty/serial/efm32-uart.c ret = of_property_read_u32(np, "efm32,location", &location); location 682 drivers/tty/serial/efm32-uart.c ret = of_property_read_u32(np, "location", &location); location 685 drivers/tty/serial/efm32-uart.c if (location > 5) { location 689 drivers/tty/serial/efm32-uart.c efm_debug(efm_port, "using location %u\n", location); location 690 drivers/tty/serial/efm32-uart.c efm_port->pdata.location = location; location 100 drivers/usb/core/hub.h usb_port_location_t location; location 24 drivers/usb/core/port.c return sprintf(buf, "0x%08x\n", port_dev->location); location 26 drivers/usb/core/port.c static DEVICE_ATTR_RO(location); location 334 drivers/usb/core/port.c if (left->location && left->location == right->location) location 464 drivers/usb/core/port.c if (peer && peer->location == port_dev->location) { location 491 drivers/usb/core/port.c if (port_dev->location) { location 527 drivers/usb/core/port.c if (peer && peer->location == 0) location 190 drivers/usb/core/usb-acpi.c port_dev->location = USB_ACPI_LOCATION_VALID location 108 drivers/usb/misc/sisusbvga/sisusb_con.c sisusb_set_cursor(struct sisusb_usb_data *sisusb, unsigned int location) location 110 drivers/usb/misc/sisusbvga/sisusb_con.c if (sisusb->sisusb_cursor_loc == location) location 113 drivers/usb/misc/sisusbvga/sisusb_con.c sisusb->sisusb_cursor_loc = location; location 120 drivers/usb/misc/sisusbvga/sisusb_con.c if ((location & 0x0007) == 0x0007) { location 122 drivers/usb/misc/sisusbvga/sisusb_con.c location--; location 131 drivers/usb/misc/sisusbvga/sisusb_con.c if (sisusb_setidxreg(sisusb, SISCR, 0x0e, (location >> 8))) location 133 drivers/usb/misc/sisusbvga/sisusb_con.c sisusb_setidxreg(sisusb, SISCR, 0x0f, (location & 0xff)); location 837 drivers/usb/misc/sisusbvga/sisusb_init.h void sisusb_set_cursor(struct sisusb_usb_data *sisusb, unsigned int location); location 149 drivers/video/console/mdacon.c static inline void mda_set_cursor(unsigned int location) location 151 drivers/video/console/mdacon.c if (mda_cursor_loc == location) location 154 drivers/video/console/mdacon.c write_mda_w(location >> 1, 0x0e); location 156 drivers/video/console/mdacon.c mda_cursor_loc = location; location 43 fs/btrfs/btrfs_inode.h struct btrfs_key location; location 226 fs/btrfs/btrfs_inode.h u64 ino = inode->location.objectid; location 232 fs/btrfs/btrfs_inode.h if (!ino || inode->location.type == BTRFS_ROOT_ITEM_KEY) location 250 fs/btrfs/btrfs_inode.h if (inode->location.objectid == BTRFS_FREE_INO_OBJECTID) location 1799 fs/btrfs/ctree.h read_eb_member(eb, item, struct btrfs_dir_item, location, key); location 1806 fs/btrfs/ctree.h write_eb_member(eb, item, struct btrfs_dir_item, location, key); location 1820 fs/btrfs/ctree.h read_eb_member(eb, h, struct btrfs_free_space_header, location, key); location 1827 fs/btrfs/ctree.h write_eb_member(eb, h, struct btrfs_free_space_header, location, key); location 2711 fs/btrfs/ctree.h struct btrfs_key *location, u8 type, u64 index); location 2767 fs/btrfs/ctree.h struct btrfs_key *location, int mod); location 2870 fs/btrfs/ctree.h struct inode *btrfs_iget_path(struct super_block *s, struct btrfs_key *location, location 2873 fs/btrfs/ctree.h struct inode *btrfs_iget(struct super_block *s, struct btrfs_key *location, location 1462 fs/btrfs/delayed-inode.c dir_item->location = *disk_key; location 1688 fs/btrfs/delayed-inode.c struct btrfs_key location; location 1718 fs/btrfs/delayed-inode.c btrfs_disk_key_to_cpu(&location, &di->location); location 1721 fs/btrfs/delayed-inode.c location.objectid, d_type); location 64 fs/btrfs/dir-item.c struct btrfs_key key, location; location 81 fs/btrfs/dir-item.c memset(&location, 0, sizeof(location)); location 84 fs/btrfs/dir-item.c btrfs_cpu_key_to_disk(&disk_key, &location); location 110 fs/btrfs/dir-item.c struct btrfs_key *location, u8 type, u64 index) location 132 fs/btrfs/dir-item.c btrfs_cpu_key_to_disk(&disk_key, location); location 1438 fs/btrfs/disk-io.c struct btrfs_key *location) location 1442 fs/btrfs/disk-io.c root = btrfs_read_tree_root(tree_root, location); location 1534 fs/btrfs/disk-io.c struct btrfs_key *location, location 1542 fs/btrfs/disk-io.c if (location->objectid == BTRFS_ROOT_TREE_OBJECTID) location 1544 fs/btrfs/disk-io.c if (location->objectid == BTRFS_EXTENT_TREE_OBJECTID) location 1546 fs/btrfs/disk-io.c if (location->objectid == BTRFS_CHUNK_TREE_OBJECTID) location 1548 fs/btrfs/disk-io.c if (location->objectid == BTRFS_DEV_TREE_OBJECTID) location 1550 fs/btrfs/disk-io.c if (location->objectid == BTRFS_CSUM_TREE_OBJECTID) location 1552 fs/btrfs/disk-io.c if (location->objectid == BTRFS_QUOTA_TREE_OBJECTID) location 1555 fs/btrfs/disk-io.c if (location->objectid == BTRFS_UUID_TREE_OBJECTID) location 1558 fs/btrfs/disk-io.c if (location->objectid == BTRFS_FREE_SPACE_TREE_OBJECTID) location 1562 fs/btrfs/disk-io.c root = btrfs_lookup_fs_root(fs_info, location->objectid); location 1569 fs/btrfs/disk-io.c root = btrfs_read_fs_root(fs_info->tree_root, location); location 1589 fs/btrfs/disk-io.c key.offset = location->objectid; location 2113 fs/btrfs/disk-io.c memset(&BTRFS_I(inode)->location, 0, sizeof(struct btrfs_key)); location 2301 fs/btrfs/disk-io.c struct btrfs_key location; location 2306 fs/btrfs/disk-io.c location.objectid = BTRFS_EXTENT_TREE_OBJECTID; location 2307 fs/btrfs/disk-io.c location.type = BTRFS_ROOT_ITEM_KEY; location 2308 fs/btrfs/disk-io.c location.offset = 0; location 2310 fs/btrfs/disk-io.c root = btrfs_read_tree_root(tree_root, &location); location 2318 fs/btrfs/disk-io.c location.objectid = BTRFS_DEV_TREE_OBJECTID; location 2319 fs/btrfs/disk-io.c root = btrfs_read_tree_root(tree_root, &location); location 2328 fs/btrfs/disk-io.c location.objectid = BTRFS_CSUM_TREE_OBJECTID; location 2329 fs/btrfs/disk-io.c root = btrfs_read_tree_root(tree_root, &location); location 2337 fs/btrfs/disk-io.c location.objectid = BTRFS_QUOTA_TREE_OBJECTID; location 2338 fs/btrfs/disk-io.c root = btrfs_read_tree_root(tree_root, &location); location 2345 fs/btrfs/disk-io.c location.objectid = BTRFS_UUID_TREE_OBJECTID; location 2346 fs/btrfs/disk-io.c root = btrfs_read_tree_root(tree_root, &location); location 2357 fs/btrfs/disk-io.c location.objectid = BTRFS_FREE_SPACE_TREE_OBJECTID; location 2358 fs/btrfs/disk-io.c root = btrfs_read_tree_root(tree_root, &location); location 2370 fs/btrfs/disk-io.c location.objectid, ret); location 2590 fs/btrfs/disk-io.c struct btrfs_key location; location 3210 fs/btrfs/disk-io.c location.objectid = BTRFS_FS_TREE_OBJECTID; location 3211 fs/btrfs/disk-io.c location.type = BTRFS_ROOT_ITEM_KEY; location 3212 fs/btrfs/disk-io.c location.offset = 0; location 3214 fs/btrfs/disk-io.c fs_info->fs_root = btrfs_read_fs_root_no_name(fs_info, &location); location 62 fs/btrfs/disk-io.h struct btrfs_key *location); location 75 fs/btrfs/disk-io.h struct btrfs_key *location) location 77 fs/btrfs/disk-io.h return btrfs_get_fs_root(fs_info, location, true); location 42 fs/btrfs/export.c fid->parent_objectid = BTRFS_I(parent)->location.objectid; location 49 fs/btrfs/free-space-cache.c struct btrfs_key location; location 73 fs/btrfs/free-space-cache.c btrfs_disk_key_to_cpu(&location, &disk_key); location 81 fs/btrfs/free-space-cache.c inode = btrfs_iget_path(fs_info->sb, &location, root, NULL, path); location 405 fs/btrfs/inode-item.c struct btrfs_key *location, int mod) location 414 fs/btrfs/inode-item.c ret = btrfs_search_slot(trans, root, location, path, ins_len, cow); location 415 fs/btrfs/inode-item.c if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && location 416 fs/btrfs/inode-item.c location->offset == (u64)-1 && path->slots[0] != 0) { location 420 fs/btrfs/inode-item.c if (found_key.objectid == location->objectid && location 421 fs/btrfs/inode-item.c found_key.type == location->type) { location 54 fs/btrfs/inode.c struct btrfs_key *location; location 3800 fs/btrfs/inode.c struct btrfs_key location; location 3818 fs/btrfs/inode.c memcpy(&location, &BTRFS_I(inode)->location, sizeof(location)); location 3820 fs/btrfs/inode.c ret = btrfs_lookup_inode(NULL, root, path, &location, 0); location 3915 fs/btrfs/inode.c btrfs_item_key_to_cpu(leaf, &location, path->slots[0]); location 3916 fs/btrfs/inode.c if (location.objectid != btrfs_ino(BTRFS_I(inode))) location 3920 fs/btrfs/inode.c if (location.type == BTRFS_INODE_REF_KEY) { location 3925 fs/btrfs/inode.c } else if (location.type == BTRFS_INODE_EXTREF_KEY) { location 4047 fs/btrfs/inode.c ret = btrfs_lookup_inode(trans, root, path, &BTRFS_I(inode)->location, location 4307 fs/btrfs/inode.c objectid = inode->location.objectid; location 5664 fs/btrfs/inode.c struct btrfs_key *location, u8 *type) location 5684 fs/btrfs/inode.c btrfs_dir_item_key_to_cpu(path->nodes[0], di, location); location 5685 fs/btrfs/inode.c if (location->type != BTRFS_INODE_ITEM_KEY && location 5686 fs/btrfs/inode.c location->type != BTRFS_ROOT_ITEM_KEY) { location 5691 fs/btrfs/inode.c location->objectid, location->type, location->offset); location 5708 fs/btrfs/inode.c struct btrfs_key *location, location 5728 fs/btrfs/inode.c key.offset = location->objectid; location 5751 fs/btrfs/inode.c new_root = btrfs_read_fs_root_no_name(fs_info, location); location 5758 fs/btrfs/inode.c location->objectid = btrfs_root_dirid(&new_root->root_item); location 5759 fs/btrfs/inode.c location->type = BTRFS_INODE_ITEM_KEY; location 5760 fs/btrfs/inode.c location->offset = 0; location 5829 fs/btrfs/inode.c inode->i_ino = args->location->objectid; location 5830 fs/btrfs/inode.c memcpy(&BTRFS_I(inode)->location, args->location, location 5831 fs/btrfs/inode.c sizeof(*args->location)); location 5839 fs/btrfs/inode.c return args->location->objectid == BTRFS_I(inode)->location.objectid && location 5844 fs/btrfs/inode.c struct btrfs_key *location, location 5849 fs/btrfs/inode.c unsigned long hashval = btrfs_inode_hash(location->objectid, root); location 5851 fs/btrfs/inode.c args.location = location; location 5863 fs/btrfs/inode.c struct inode *btrfs_iget_path(struct super_block *s, struct btrfs_key *location, location 5869 fs/btrfs/inode.c inode = btrfs_iget_locked(s, location, root); location 5898 fs/btrfs/inode.c struct inode *btrfs_iget(struct super_block *s, struct btrfs_key *location, location 5901 fs/btrfs/inode.c return btrfs_iget_path(s, location, root, new, NULL); location 5914 fs/btrfs/inode.c memcpy(&BTRFS_I(inode)->location, key, sizeof(*key)); location 5954 fs/btrfs/inode.c struct btrfs_key location; location 5962 fs/btrfs/inode.c ret = btrfs_inode_by_name(dir, dentry, &location, &di_type); location 5966 fs/btrfs/inode.c if (location.type == BTRFS_INODE_ITEM_KEY) { location 5967 fs/btrfs/inode.c inode = btrfs_iget(dir->i_sb, &location, root, NULL); location 5985 fs/btrfs/inode.c &location, &sub_root); location 5990 fs/btrfs/inode.c inode = new_simple_dir(dir->i_sb, &location, sub_root); location 5992 fs/btrfs/inode.c inode = btrfs_iget(dir->i_sb, &location, sub_root, NULL); location 6109 fs/btrfs/inode.c struct btrfs_key location; location 6179 fs/btrfs/inode.c btrfs_dir_item_key_to_cpu(leaf, di, &location); location 6180 fs/btrfs/inode.c put_unaligned(location.objectid, &entry->ino); location 6372 fs/btrfs/inode.c args.location = &BTRFS_I(inode)->location; location 6421 fs/btrfs/inode.c struct btrfs_key *location; location 6507 fs/btrfs/inode.c location = &BTRFS_I(inode)->location; location 6508 fs/btrfs/inode.c location->objectid = objectid; location 6509 fs/btrfs/inode.c location->offset = 0; location 6510 fs/btrfs/inode.c location->type = BTRFS_INODE_ITEM_KEY; location 2380 fs/btrfs/ioctl.c struct btrfs_key upper_limit = BTRFS_I(inode)->location; location 2605 fs/btrfs/ioctl.c BTRFS_I(inode)->location.objectid != BTRFS_FIRST_FREE_OBJECTID) { location 3960 fs/btrfs/ioctl.c struct btrfs_key location; location 3981 fs/btrfs/ioctl.c location.objectid = objectid; location 3982 fs/btrfs/ioctl.c location.type = BTRFS_ROOT_ITEM_KEY; location 3983 fs/btrfs/ioctl.c location.offset = (u64)-1; location 3985 fs/btrfs/ioctl.c new_root = btrfs_read_fs_root_no_name(fs_info, &location); location 1149 fs/btrfs/super.c struct btrfs_key location; location 1179 fs/btrfs/super.c btrfs_dir_item_key_to_cpu(path->nodes[0], di, &location); location 1181 fs/btrfs/super.c *objectid = location.objectid; location 238 fs/btrfs/tests/inode-tests.c BTRFS_I(inode)->location.type = BTRFS_INODE_ITEM_KEY; location 239 fs/btrfs/tests/inode-tests.c BTRFS_I(inode)->location.objectid = BTRFS_FIRST_FREE_OBJECTID; location 240 fs/btrfs/tests/inode-tests.c BTRFS_I(inode)->location.offset = 0; location 841 fs/btrfs/tests/inode-tests.c BTRFS_I(inode)->location.type = BTRFS_INODE_ITEM_KEY; location 842 fs/btrfs/tests/inode-tests.c BTRFS_I(inode)->location.objectid = BTRFS_FIRST_FREE_OBJECTID; location 843 fs/btrfs/tests/inode-tests.c BTRFS_I(inode)->location.offset = 0; location 860 fs/btrfs/tree-log.c struct btrfs_key location; location 865 fs/btrfs/tree-log.c btrfs_dir_item_key_to_cpu(leaf, di, &location); location 874 fs/btrfs/tree-log.c inode = read_one_inode(root, location.objectid); location 880 fs/btrfs/tree-log.c ret = link_to_fixup_dir(trans, root, path, location.objectid); location 907 fs/btrfs/tree-log.c struct btrfs_key location; location 913 fs/btrfs/tree-log.c btrfs_dir_item_key_to_cpu(path->nodes[0], di, &location); location 914 fs/btrfs/tree-log.c if (location.objectid != objectid) location 922 fs/btrfs/tree-log.c btrfs_dir_item_key_to_cpu(path->nodes[0], di, &location); location 923 fs/btrfs/tree-log.c if (location.objectid != objectid) location 1862 fs/btrfs/tree-log.c struct btrfs_key *location) location 1868 fs/btrfs/tree-log.c inode = read_one_inode(root, location->objectid); location 2234 fs/btrfs/tree-log.c struct btrfs_key location; location 2265 fs/btrfs/tree-log.c btrfs_dir_item_key_to_cpu(eb, di, &location); location 2268 fs/btrfs/tree-log.c inode = read_one_inode(root, location.objectid); location 2275 fs/btrfs/tree-log.c path, location.objectid); location 3920 fs/btrfs/tree-log.c &inode->location, sizeof(*inode_item)); location 515 fs/isofs/rock.c reloc_block = isonum_733(rr->u.CL.location); location 61 fs/isofs/rock.h __u8 location[8]; location 65 fs/isofs/rock.h __u8 location[8]; location 241 fs/nfs/nfs4namespace.c const struct nfs4_fs_location *location) location 250 fs/nfs/nfs4namespace.c mnt_path = nfs4_pathname_string(&location->rootpath, page2, PAGE_SIZE); location 260 fs/nfs/nfs4namespace.c for (s = 0; s < location->nservers; s++) { location 261 fs/nfs/nfs4namespace.c const struct nfs4_string *buf = &location->servers[s]; location 329 fs/nfs/nfs4namespace.c const struct nfs4_fs_location *location = &locations->locations[loc]; location 331 fs/nfs/nfs4namespace.c if (location == NULL || location->nservers <= 0 || location 332 fs/nfs/nfs4namespace.c location->rootpath.ncomponents == 0) location 335 fs/nfs/nfs4namespace.c mnt = try_location(&mountdata, page, page2, location); location 425 fs/nfs/nfs4namespace.c const struct nfs4_fs_location *location) location 439 fs/nfs/nfs4namespace.c for (s = 0; s < location->nservers; s++) { location 440 fs/nfs/nfs4namespace.c const struct nfs4_string *buf = &location->servers[s]; location 501 fs/nfs/nfs4namespace.c const struct nfs4_fs_location *location = location 504 fs/nfs/nfs4namespace.c if (location == NULL || location->nservers <= 0 || location 505 fs/nfs/nfs4namespace.c location->rootpath.ncomponents == 0) location 509 fs/nfs/nfs4namespace.c page2, location); location 2127 fs/nfsd/nfs4xdr.c struct nfsd4_fs_location *location) location 2131 fs/nfsd/nfs4xdr.c status = nfsd4_encode_components_esc(xdr, ':', location->hosts, location 2135 fs/nfsd/nfs4xdr.c status = nfsd4_encode_components(xdr, '/', location->path); location 1761 fs/ocfs2/ocfs2_trace.h unsigned int hash, unsigned long long location, location 1763 fs/ocfs2/ocfs2_trace.h TP_ARGS(ino, name, name_index, hash, location, xe_index), location 1769 fs/ocfs2/ocfs2_trace.h __field(unsigned long long, location) location 1777 fs/ocfs2/ocfs2_trace.h __entry->location = location; location 1781 fs/ocfs2/ocfs2_trace.h __entry->name_index, __entry->hash, __entry->location, location 317 fs/reiserfs/lbalance.c int last_loc, last_inserted_loc, location; location 364 fs/reiserfs/lbalance.c j = location = (dest_before == 0) ? dest->b_size : ih_location(ih - 1); location 366 fs/reiserfs/lbalance.c location -= ih_item_len(ih + i - dest_before); location 367 fs/reiserfs/lbalance.c put_ih_location(ih + i - dest_before, location); location 200 fs/udf/misc.c uint32_t location, uint16_t *ident) location 213 fs/udf/misc.c block, location); location 221 fs/udf/misc.c if (location != le32_to_cpu(tag_p->tagLocation)) { location 223 fs/udf/misc.c block, le32_to_cpu(tag_p->tagLocation), location); location 1286 fs/udf/namei.c struct kernel_lb_addr location = UDF_I(inode)->i_location; location 1299 fs/udf/namei.c fid->udf.block = location.logicalBlockNum; location 1300 fs/udf/namei.c fid->udf.partref = location.partitionReferenceNum; location 1305 fs/udf/namei.c location = UDF_I(parent)->i_location; location 1306 fs/udf/namei.c fid->udf.parent_block = location.logicalBlockNum; location 1307 fs/udf/namei.c fid->udf.parent_partref = location.partitionReferenceNum; location 443 include/linux/edac.h unsigned int location[EDAC_MAX_LAYERS]; location 535 include/linux/edac.h char location[LOCATION_SIZE]; location 29 include/linux/ethtool.h u32 location; location 29 include/linux/mii.h int (*mdio_read) (struct net_device *dev, int phy_id, int location); location 30 include/linux/mii.h void (*mdio_write) (struct net_device *dev, int phy_id, int location, int val); location 2684 include/linux/platform_data/cros_ec_commands.h uint8_t location; location 2696 include/linux/platform_data/cros_ec_commands.h uint8_t location; location 13 include/linux/platform_data/efm32-spi.h u8 location; location 17 include/linux/platform_data/efm32-uart.h u8 location; location 1965 include/net/tcp.h int (*calc_md5_hash)(char *location, location 1981 include/net/tcp.h int (*calc_md5_hash) (char *location, location 17 include/trace/events/skb.h TP_PROTO(struct sk_buff *skb, void *location), location 19 include/trace/events/skb.h TP_ARGS(skb, location), location 23 include/trace/events/skb.h __field( void *, location ) location 29 include/trace/events/skb.h __entry->location = location; location 34 include/trace/events/skb.h __entry->skbaddr, __entry->protocol, __entry->location) location 448 include/uapi/linux/btrfs_tree.h struct btrfs_disk_key location; location 593 include/uapi/linux/btrfs_tree.h struct btrfs_disk_key location; location 912 include/uapi/linux/ethtool.h __u32 location; location 31 include/uapi/linux/netfilter/xt_u32.h struct xt_u32_location_element location[XT_U32_MAXSIZE+1]; location 363 include/uapi/linux/raid/md_p.h __le64 location; /* sector. For data, it's raid sector. For location 43 lib/ubsan.c static bool was_reported(struct source_location *location) location 45 lib/ubsan.c return test_and_set_bit(REPORTED_BIT, &location->reported); location 143 lib/ubsan.c static void ubsan_prologue(struct source_location *location) location 149 lib/ubsan.c print_source_location("UBSAN: Undefined behaviour in", location); location 169 lib/ubsan.c if (suppress_report(&data->location)) location 172 lib/ubsan.c ubsan_prologue(&data->location); location 214 lib/ubsan.c if (suppress_report(&data->location)) location 217 lib/ubsan.c ubsan_prologue(&data->location); location 234 lib/ubsan.c if (suppress_report(&data->location)) location 237 lib/ubsan.c ubsan_prologue(&data->location); location 253 lib/ubsan.c if (suppress_report(data->location)) location 256 lib/ubsan.c ubsan_prologue(data->location); location 268 lib/ubsan.c if (suppress_report(data->location)) location 271 lib/ubsan.c ubsan_prologue(data->location); location 284 lib/ubsan.c if (suppress_report(data->location)) location 287 lib/ubsan.c ubsan_prologue(data->location); location 314 lib/ubsan.c .location = &data->location, location 329 lib/ubsan.c .location = &data->location, location 343 lib/ubsan.c if (suppress_report(&data->location)) location 346 lib/ubsan.c ubsan_prologue(&data->location); location 364 lib/ubsan.c if (suppress_report(&data->location)) location 367 lib/ubsan.c ubsan_prologue(&data->location); location 399 lib/ubsan.c ubsan_prologue(&data->location); location 411 lib/ubsan.c if (suppress_report(&data->location)) location 414 lib/ubsan.c ubsan_prologue(&data->location); location 29 lib/ubsan.h struct source_location location; location 34 lib/ubsan.h struct source_location location; location 41 lib/ubsan.h struct source_location location; location 48 lib/ubsan.h struct source_location *location; location 55 lib/ubsan.h struct source_location location; location 61 lib/ubsan.h struct source_location location; location 67 lib/ubsan.h struct source_location location; location 73 lib/ubsan.h struct source_location location; location 77 lib/ubsan.h struct source_location location; location 80 mm/kasan/kasan.h struct kasan_source_location *location; location 4509 mm/slub.c struct location *loc; location 4516 mm/slub.c get_order(sizeof(struct location) * t->max)); location 4521 mm/slub.c struct location *l; location 4524 mm/slub.c order = get_order(sizeof(struct location) * max); location 4531 mm/slub.c memcpy(l, t->loc, sizeof(struct location) * t->count); location 4543 mm/slub.c struct location *l; location 4599 mm/slub.c (t->count - pos) * sizeof(struct location)); location 4640 mm/slub.c if (!map || !alloc_loc_track(&t, PAGE_SIZE / sizeof(struct location), location 4664 mm/slub.c struct location *l = &t.loc[i]; location 111 net/core/drop_monitor.c void *location); location 212 net/core/drop_monitor.c static void trace_drop_common(struct sk_buff *skb, void *location) location 236 net/core/drop_monitor.c if (!memcmp(&location, &point->pc, sizeof(void *))) { location 249 net/core/drop_monitor.c memcpy(point->pc, &location, sizeof(void *)); location 262 net/core/drop_monitor.c static void trace_kfree_skb_hit(void *ignore, struct sk_buff *skb, void *location) location 264 net/core/drop_monitor.c trace_drop_common(skb, location); location 486 net/core/drop_monitor.c void *location) location 500 net/core/drop_monitor.c NET_DM_SKB_CB(nskb)->pc = location; location 37 net/netfilter/xt_u32.c pos = ct->location[0].number; location 49 net/netfilter/xt_u32.c u_int32_t number = ct->location[i].number; location 50 net/netfilter/xt_u32.c switch (ct->location[i].nextop) { location 3151 net/socket.c offsetof(struct compat_ethtool_rxnfc, fs.location) - location 3153 net/socket.c offsetof(struct ethtool_rxnfc, fs.location) - location 3161 net/socket.c (void __user *)(&rxnfc->fs.location + 1) - location 3183 net/socket.c (const void __user *)(&rxnfc->fs.location + 1) - location 37 samples/seccomp/bpf-helper.c if (labels->labels[instr->k].location == 0xffffffff) { location 42 samples/seccomp/bpf-helper.c instr->k = labels->labels[instr->k].location - location 48 samples/seccomp/bpf-helper.c if (labels->labels[instr->k].location != 0xffffffff) { location 53 samples/seccomp/bpf-helper.c labels->labels[instr->k].location = offset; location 75 samples/seccomp/bpf-helper.c begin->location = 0xffffffff; location 85 samples/seccomp/bpf-helper.c begin->location = 0xffffffff; location 31 samples/seccomp/bpf-helper.h __u32 location; location 705 scripts/kconfig/menu.c struct menu *submenu[8], *menu, *location = NULL; location 714 scripts/kconfig/menu.c if (location == NULL && accessible) location 715 scripts/kconfig/menu.c location = menu; location 717 scripts/kconfig/menu.c if (head && location) { location 729 scripts/kconfig/menu.c jump->target = location; location 744 scripts/kconfig/menu.c if (jump && menu == location) location 1777 scripts/mod/modpost.c unsigned int *location = reloc_location(elf, sechdr, r); location 1781 scripts/mod/modpost.c r->r_addend = TO_NATIVE(*location); location 1784 scripts/mod/modpost.c r->r_addend = TO_NATIVE(*location) + 4; location 1840 scripts/mod/modpost.c unsigned int *location = reloc_location(elf, sechdr, r); location 1845 scripts/mod/modpost.c inst = TO_NATIVE(*location); location 258 sound/firewire/bebob/bebob_stream.c unsigned int pcm, midi, location; location 356 sound/firewire/bebob/bebob_stream.c location = pcm + sec_loc; location 357 sound/firewire/bebob/bebob_stream.c if (location >= AM824_MAX_CHANNELS_FOR_PCM) { location 361 sound/firewire/bebob/bebob_stream.c amdtp_am824_set_pcm_position(s, location, location 1459 sound/pci/hda/hda_generic.c unsigned int location, hda_nid_t nid) location 1466 sound/pci/hda/hda_generic.c if (location && get_defcfg_location(defcfg) != location) location 1480 sound/pci/hda/hda_generic.c unsigned int location = get_defcfg_location(defcfg); location 1488 sound/pci/hda/hda_generic.c if (can_be_multiio_pin(codec, location, location 1512 sound/pci/hda/hda_generic.c unsigned int location = get_defcfg_location(defcfg); location 1531 sound/pci/hda/hda_generic.c if (!can_be_multiio_pin(codec, location, nid)) location 275 sound/soc/au1x/dma.c long location; location 277 sound/soc/au1x/dma.c location = get_dma_residue(stream->dma); location 278 sound/soc/au1x/dma.c location = stream->buffer->relative_end - location; location 279 sound/soc/au1x/dma.c if (location == -1) location 280 sound/soc/au1x/dma.c location = 0; location 281 sound/soc/au1x/dma.c return bytes_to_frames(ss->runtime, location); location 59 tools/iio/iio_generic_buffer.c channels[i].location = bytes; location 61 tools/iio/iio_generic_buffer.c channels[i].location = bytes - bytes % channels[i].bytes location 64 tools/iio/iio_generic_buffer.c bytes = channels[i].location + channels[i].bytes; location 180 tools/iio/iio_generic_buffer.c print1byte(*(uint8_t *)(data + channels[k].location), location 184 tools/iio/iio_generic_buffer.c print2byte(*(uint16_t *)(data + channels[k].location), location 188 tools/iio/iio_generic_buffer.c print4byte(*(uint32_t *)(data + channels[k].location), location 192 tools/iio/iio_generic_buffer.c print8byte(*(uint64_t *)(data + channels[k].location), location 49 tools/iio/iio_utils.h unsigned location; location 335 tools/testing/selftests/bpf/progs/strobemeta.h void *location = calc_location(&cfg->int_locs[idx], tls_base); location 336 tools/testing/selftests/bpf/progs/strobemeta.h if (!location) location 339 tools/testing/selftests/bpf/progs/strobemeta.h bpf_probe_read(value, sizeof(struct strobe_value_generic), location); location 351 tools/testing/selftests/bpf/progs/strobemeta.h void *location; location 355 tools/testing/selftests/bpf/progs/strobemeta.h location = calc_location(&cfg->str_locs[idx], tls_base); location 356 tools/testing/selftests/bpf/progs/strobemeta.h if (!location) location 359 tools/testing/selftests/bpf/progs/strobemeta.h bpf_probe_read(value, sizeof(struct strobe_value_generic), location); location 383 tools/testing/selftests/bpf/progs/strobemeta.h void *location; location 390 tools/testing/selftests/bpf/progs/strobemeta.h location = calc_location(&cfg->map_locs[idx], tls_base); location 391 tools/testing/selftests/bpf/progs/strobemeta.h if (!location) location 394 tools/testing/selftests/bpf/progs/strobemeta.h bpf_probe_read(value, sizeof(struct strobe_value_generic), location); location 53 tools/wmi/dell-smbios-example.c static int find_token(__u16 token, __u16 *location, __u16 *value) location 87 tools/wmi/dell-smbios-example.c *location = (__u16) strtol(buf, NULL, 16); location 89 tools/wmi/dell-smbios-example.c if (*location) location 94 tools/wmi/dell-smbios-example.c static int token_is_active(__u16 *location, __u16 *cmpvalue, location 101 tools/wmi/dell-smbios-example.c buffer->std.input[0] = *location; location 111 tools/wmi/dell-smbios-example.c __u16 location; location 115 tools/wmi/dell-smbios-example.c ret = find_token(token, &location, &value); location 120 tools/wmi/dell-smbios-example.c return token_is_active(&location, &value, buffer); location 126 tools/wmi/dell-smbios-example.c __u16 location; location 130 tools/wmi/dell-smbios-example.c ret = find_token(token, &location, &value); location 137 tools/wmi/dell-smbios-example.c buffer->std.input[0] = location; location 295 usr/gen_init_cpio.c static int cpio_mkfile(const char *name, const char *location, location 311 usr/gen_init_cpio.c file = open (location, O_RDONLY); location 313 usr/gen_init_cpio.c fprintf (stderr, "File %s could not be opened for reading\n", location); location 319 usr/gen_init_cpio.c fprintf(stderr, "File %s could not be stat()'ed\n", location); location 331 usr/gen_init_cpio.c fprintf (stderr, "Can not read %s file\n", location); location 404 usr/gen_init_cpio.c char location[PATH_MAX + 1]; location 414 usr/gen_init_cpio.c name, location, &mode, &uid, &gid, &end)) { location 445 usr/gen_init_cpio.c rc = cpio_mkfile(dname, cpio_replace_env(location),