/linux/arch/x86/lib/ |
A D | insn.c | 131 if (prefixes->got) in insn_get_prefixes() 240 prefixes->got = 1; in insn_get_prefixes() 268 if (opcode->got) in insn_get_opcode() 314 opcode->got = 1; in insn_get_opcode() 339 if (modrm->got) in insn_get_modrm() 366 modrm->got = 1; in insn_get_modrm() 533 insn->moffset1.got = insn->moffset2.got = 1; in __get_moffset() 580 insn->immediate1.got = insn->immediate2.got = 1; in __get_immv() 604 insn->immediate1.got = insn->immediate2.got = 1; in __get_immptr() 721 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete() [all …]
|
/linux/tools/arch/x86/lib/ |
A D | insn.c | 131 if (prefixes->got) in insn_get_prefixes() 240 prefixes->got = 1; in insn_get_prefixes() 268 if (opcode->got) in insn_get_opcode() 314 opcode->got = 1; in insn_get_opcode() 339 if (modrm->got) in insn_get_modrm() 366 modrm->got = 1; in insn_get_modrm() 533 insn->moffset1.got = insn->moffset2.got = 1; in __get_moffset() 580 insn->immediate1.got = insn->immediate2.got = 1; in __get_immv() 604 insn->immediate1.got = insn->immediate2.got = 1; in __get_immptr() 721 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete() [all …]
|
/linux/arch/riscv/kernel/ |
A D | module-sections.c | 15 struct mod_section *got_sec = &mod->arch.got; in module_emit_got_entry() 19 if (got) in module_emit_got_entry() 20 return (unsigned long)got; in module_emit_got_entry() 24 got[i] = emit_got_entry(val); in module_emit_got_entry() 29 return (unsigned long)&got[i]; in module_emit_got_entry() 104 mod->arch.got.shdr = sechdrs + i; in module_frob_arch_sections() 113 if (!mod->arch.got.shdr) { in module_frob_arch_sections() 145 mod->arch.got.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections() 146 mod->arch.got.shdr->sh_flags = SHF_ALLOC; in module_frob_arch_sections() 149 mod->arch.got.num_entries = 0; in module_frob_arch_sections() [all …]
|
/linux/fs/xfs/libxfs/ |
A D | xfs_bmap.c | 1239 lastaddr = got.br_startoff + got.br_blockcount; in xfs_bmap_first_unused() 3772 got->br_startoff + got->br_blockcount <= obno) { in xfs_bmapi_trim_map() 3797 got->br_blockcount - (*bno - got->br_startoff)); in xfs_bmapi_trim_map() 4812 got_endoff = got->br_startoff + got->br_blockcount; in xfs_bmap_del_extent_delay() 4934 got_endoff = got->br_startoff + got->br_blockcount; in xfs_bmap_del_extent_cow() 5029 got_endoff = got.br_startoff + got.br_blockcount; in xfs_bmap_del_extent_real() 5171 old = got; in xfs_bmap_del_extent_real() 5384 got.br_startoff + got.br_blockcount - 1); in __xfs_bunmapi() 5391 del = got; in __xfs_bunmapi() 5774 got); in xfs_bmap_shift_update_extent() [all …]
|
/linux/arch/x86/boot/compressed/ |
A D | vmlinux.lds.S | 83 .got.plt (INFO) : { 84 *(.got.plt) 86 ASSERT(SIZEOF(.got.plt) == 0 || 88 SIZEOF(.got.plt) == 0x18, 90 SIZEOF(.got.plt) == 0xc, 98 .got : { 99 *(.got) 101 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
|
/linux/drivers/infiniband/hw/qib/ |
A D | qib_user_pages.c | 98 size_t got; in qib_get_user_pages() local 110 for (got = 0; got < num_pages; got += ret) { in qib_get_user_pages() 111 ret = pin_user_pages(start_page + got * PAGE_SIZE, in qib_get_user_pages() 112 num_pages - got, in qib_get_user_pages() 114 p + got, NULL); in qib_get_user_pages() 124 __qib_release_user_pages(p, got, 0); in qib_get_user_pages()
|
/linux/fs/xfs/ |
A D | xfs_reflink.c | 248 struct xfs_bmbt_irec got; in xfs_reflink_convert_cow_locked() local 265 if (!got.br_blockcount) in xfs_reflink_convert_cow_locked() 268 got.br_state = XFS_EXT_NORM; in xfs_reflink_convert_cow_locked() 463 while (got.br_startoff + got.br_blockcount > offset_fsb) { in xfs_reflink_cancel_cow_blocks() 464 del = got; in xfs_reflink_cancel_cow_blocks() 477 &icur, &got, &del); in xfs_reflink_cancel_cow_blocks() 589 struct xfs_bmbt_irec got, del; in xfs_reflink_end_cow_extent() local 629 got.br_startoff + got.br_blockcount <= offset_fsb) { in xfs_reflink_end_cow_extent() 640 del = got; in xfs_reflink_end_cow_extent() 1385 struct xfs_bmbt_irec got; in xfs_reflink_inode_has_shared_extents() local [all …]
|
A D | xfs_bmap_util.c | 233 struct xfs_bmbt_irec got; in xfs_bmap_count_leaves() local 238 *count += got.br_blockcount; in xfs_bmap_count_leaves() 304 struct xfs_bmbt_irec *got) in xfs_getbmap_report_one() argument 416 struct xfs_bmbt_irec got, rec; in xfs_getbmap() local 538 if (got.br_startoff > bno) { in xfs_getbmap() 540 got.br_startoff); in xfs_getbmap() 550 bno = got.br_startoff + got.br_blockcount; in xfs_getbmap() 551 rec = got; in xfs_getbmap() 607 while (got.br_startoff + got.br_blockcount > start_fsb) { in xfs_bmap_punch_delalloc_range() 608 del = got; in xfs_bmap_punch_delalloc_range() [all …]
|
/linux/arch/alpha/kernel/ |
A D | module.c | 69 Elf64_Shdr *esechdrs, *symtab, *s, *got; in module_frob_arch_sections() local 73 symtab = got = NULL; in module_frob_arch_sections() 82 got = s; in module_frob_arch_sections() 90 if (!got) { in module_frob_arch_sections() 104 got->sh_size = 0; in module_frob_arch_sections() 105 got->sh_addralign = 8; in module_frob_arch_sections() 106 got->sh_type = SHT_NOBITS; in module_frob_arch_sections() 116 &got->sh_size); in module_frob_arch_sections() 141 unsigned long got, gp; in apply_relocate_add() local 152 got = sechdrs[me->arch.gotsecindex].sh_addr; in apply_relocate_add() [all …]
|
/linux/fs/xfs/scrub/ |
A D | dir.c | 663 struct xfs_bmbt_irec got; in xchk_directory_blocks() local 697 if (got.br_startoff >= leaf_lblk) in xchk_directory_blocks() 711 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks() 713 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks() 720 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks() 730 got.br_startoff == leaf_lblk && in xchk_directory_blocks() 731 got.br_blockcount == args.geo->fsbcount && in xchk_directory_blocks() 732 !xfs_iext_next_extent(ifp, &icur, &got)) { in xchk_directory_blocks() 754 lblk = got.br_startoff; in xchk_directory_blocks() 777 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks() [all …]
|
/linux/arch/arm/boot/compressed/ |
A D | vmlinux.lds.S | 69 .got.plt : { *(.got.plt) } 72 .got : { *(.got) } 84 *(.got)
|
/linux/arch/um/kernel/ |
A D | dyn.lds.S | 53 .rel.got : { *(.rel.got) } 54 .rela.got : { *(.rela.got) } 154 .got : { *(.got.plt) *(.got) }
|
/linux/arch/x86/kernel/ |
A D | vmlinux.lds.S | 437 .got.plt (INFO) : { *(.got.plt) } 438 ASSERT(SIZEOF(.got.plt) == 0 || 440 SIZEOF(.got.plt) == 0x18, 442 SIZEOF(.got.plt) == 0xc, 450 .got : { 451 *(.got) *(.igot.*) 453 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
|
/linux/arch/powerpc/platforms/512x/ |
A D | mpc512x_shared.c | 74 unsigned long offset, want, got, delta; in mpc512x_set_pixel_clock() local 140 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock() 141 delta = abs(pixclock - got); in mpc512x_set_pixel_clock() 149 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock() 150 delta = abs(pixclock - got); in mpc512x_set_pixel_clock() 157 pixclock, got, delta, epsilon); in mpc512x_set_pixel_clock() 170 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock() 171 delta = abs(pixclock - got); in mpc512x_set_pixel_clock() 173 pixclock, got, delta, epsilon); in mpc512x_set_pixel_clock()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | flow_dissector.c | 15 #define CHECK_FLOW_KEYS(desc, got, expected) \ argument 16 CHECK_ATTR(memcmp(&got, &expected, sizeof(got)) != 0, \ 29 got.nhoff, expected.nhoff, \ 30 got.thoff, expected.thoff, \ 31 got.addr_proto, expected.addr_proto, \ 32 got.is_frag, expected.is_frag, \ 34 got.is_encap, expected.is_encap, \ 35 got.ip_proto, expected.ip_proto, \ 36 got.n_proto, expected.n_proto, \ 38 got.sport, expected.sport, \ [all …]
|
/linux/arch/riscv/include/asm/ |
A D | module.h | 21 struct mod_section got; member 38 struct got_entry *got = (struct got_entry *)(sec->shdr->sh_addr); in get_got_entry() local 41 if (got[i].symbol_addr == val) in get_got_entry() 42 return &got[i]; in get_got_entry()
|
/linux/tools/testing/selftests/powerpc/primitives/ |
A D | load_unaligned_zeropad.c | 105 unsigned long got; in do_one_test() local 111 got = load_unaligned_zeropad(p); in do_one_test() 113 if (should != got) { in do_one_test() 114 …printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, sho… in do_one_test()
|
/linux/arch/ia64/kernel/ |
A D | vmlinux.lds.S | 192 .got : AT(ADDR(.got) - LOAD_OFFSET) { 193 *(.got.plt) 194 *(.got) 196 __gp = ADDR(.got) + 0x200000;
|
A D | module.c | 439 mod->arch.got = s; in module_frob_arch_sections() 474 mod->arch.got->sh_type = SHT_NOBITS; in module_frob_arch_sections() 475 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections() 476 mod->arch.got->sh_addralign = 8; in module_frob_arch_sections() 477 mod->arch.got->sh_size = gots * sizeof(struct got_entry); in module_frob_arch_sections() 484 mod->arch.got->sh_size, mod->arch.opd->sh_size); in module_frob_arch_sections() 512 struct got_entry *got, *e; in get_ltoff() local 517 got = (void *) mod->arch.got->sh_addr; in get_ltoff() 518 for (e = got; e < got + mod->arch.next_got_entry; ++e) in get_ltoff() 523 BUG_ON(e >= (struct got_entry *) (mod->arch.got->sh_addr + mod->arch.got->sh_size)); in get_ltoff() [all …]
|
/linux/arch/nios2/boot/compressed/ |
A D | vmlinux.lds.S | 27 .got : { 28 *(.got.plt) 30 *(.got)
|
/linux/tools/testing/selftests/powerpc/copyloops/ |
A D | exc_validate.c | 62 unsigned long got, expected; in do_one_test() local 64 got = COPY_LOOP(dstp, srcp, len); in do_one_test() 67 if (got != expected) { in do_one_test() 70 srcp, dstp, len, got, expected); in do_one_test()
|
/linux/arch/nios2/kernel/ |
A D | vmlinux.lds.S | 35 .got : { 36 *(.got.plt) 38 *(.got)
|
/linux/arch/s390/kernel/vdso32/ |
A D | vdso32.lds.S | 53 .got ALIGN(8) : { *(.got .toc) } 54 .got.plt ALIGN(8) : { *(.got.plt) }
|
/linux/arch/s390/kernel/vdso64/ |
A D | vdso64.lds.S | 53 .got ALIGN(8) : { *(.got .toc) } 54 .got.plt ALIGN(8) : { *(.got.plt) }
|
/linux/arch/arm64/kernel/ |
A D | vmlinux.lds.S | 178 *(.got) /* Global offset table */ 185 .got.plt : { *(.got.plt) } 186 ASSERT(SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0x18,
|