Home
last modified time | relevance | path

Searched refs:got (Results 1 – 25 of 198) sorted by relevance

12345678

/Linux-v4.19/arch/riscv/kernel/
Dmodule-sections.c14 struct mod_section *got_sec = &mod->arch.got; in module_emit_got_entry()
16 struct got_entry *got = get_got_entry(val, got_sec); in module_emit_got_entry() local
18 if (got) in module_emit_got_entry()
19 return (u64)got; in module_emit_got_entry()
22 got = (struct got_entry *)got_sec->shdr->sh_addr; in module_emit_got_entry()
23 got[i] = emit_got_entry(val); in module_emit_got_entry()
28 return (u64)&got[i]; in module_emit_got_entry()
101 mod->arch.got.shdr = sechdrs + i; in module_frob_arch_sections()
110 if (!mod->arch.got.shdr) { in module_frob_arch_sections()
142 mod->arch.got.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections()
[all …]
/Linux-v4.19/tools/objtool/arch/x86/lib/
Dinsn.c89 if (prefixes->got) in insn_get_prefixes()
147 insn->rex_prefix.got = 1; in insn_get_prefixes()
195 insn->vex_prefix.got = 1; in insn_get_prefixes()
197 prefixes->got = 1; in insn_get_prefixes()
218 if (opcode->got) in insn_get_opcode()
220 if (!insn->prefixes.got) in insn_get_opcode()
252 opcode->got = 1; in insn_get_opcode()
270 if (modrm->got) in insn_get_modrm()
272 if (!insn->opcode.got) in insn_get_modrm()
290 modrm->got = 1; in insn_get_modrm()
[all …]
/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dinsn.c89 if (prefixes->got) in insn_get_prefixes()
147 insn->rex_prefix.got = 1; in insn_get_prefixes()
195 insn->vex_prefix.got = 1; in insn_get_prefixes()
197 prefixes->got = 1; in insn_get_prefixes()
218 if (opcode->got) in insn_get_opcode()
220 if (!insn->prefixes.got) in insn_get_opcode()
252 opcode->got = 1; in insn_get_opcode()
270 if (modrm->got) in insn_get_modrm()
272 if (!insn->opcode.got) in insn_get_modrm()
290 modrm->got = 1; in insn_get_modrm()
[all …]
Dinsn.h32 unsigned char got; member
132 if (!insn->prefixes.got) in insn_is_avx()
139 if (!insn->prefixes.got) in insn_is_evex()
147 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete()
148 insn->displacement.got && insn->immediate.got; in insn_complete()
/Linux-v4.19/arch/x86/lib/
Dinsn.c89 if (prefixes->got) in insn_get_prefixes()
147 insn->rex_prefix.got = 1; in insn_get_prefixes()
195 insn->vex_prefix.got = 1; in insn_get_prefixes()
197 prefixes->got = 1; in insn_get_prefixes()
218 if (opcode->got) in insn_get_opcode()
220 if (!insn->prefixes.got) in insn_get_opcode()
252 opcode->got = 1; in insn_get_opcode()
270 if (modrm->got) in insn_get_modrm()
272 if (!insn->opcode.got) in insn_get_modrm()
290 modrm->got = 1; in insn_get_modrm()
[all …]
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_user_pages.c59 size_t got; in __qib_get_user_pages() local
69 for (got = 0; got < num_pages; got += ret) { in __qib_get_user_pages()
70 ret = get_user_pages(start_page + got * PAGE_SIZE, in __qib_get_user_pages()
71 num_pages - got, in __qib_get_user_pages()
73 p + got, NULL); in __qib_get_user_pages()
84 __qib_release_user_pages(p, got, 0); in __qib_get_user_pages()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_bmap.c1301 struct xfs_bmbt_irec got; in xfs_bmap_first_unused() local
1323 for_each_xfs_iext(ifp, &icur, &got) { in xfs_bmap_first_unused()
1327 if (got.br_startoff >= lowest + len && in xfs_bmap_first_unused()
1328 got.br_startoff - max >= len) in xfs_bmap_first_unused()
1330 lastaddr = got.br_startoff + got.br_blockcount; in xfs_bmap_first_unused()
1352 struct xfs_bmbt_irec got; in xfs_bmap_last_before() local
1373 if (!xfs_iext_lookup_extent_before(ip, ifp, last_block, &icur, &got)) in xfs_bmap_last_before()
1520 struct xfs_bmbt_irec *new = &bma->got; in xfs_bmap_add_extent_delay_real()
3127 if (!isnullstartblock(ap->got.br_startblock)) { in xfs_bmap_adjacent()
3131 adjust = gotdiff = ap->got.br_startoff - ap->offset; in xfs_bmap_adjacent()
[all …]
/Linux-v4.19/fs/xfs/
Dxfs_reflink.c257 struct xfs_bmbt_irec got; in xfs_reflink_reserve_cow() local
271 if (!xfs_iext_lookup_extent(ip, ifp, imap->br_startoff, &icur, &got)) in xfs_reflink_reserve_cow()
273 if (!eof && got.br_startoff <= imap->br_startoff) { in xfs_reflink_reserve_cow()
275 xfs_trim_extent(imap, got.br_startoff, got.br_blockcount); in xfs_reflink_reserve_cow()
299 imap->br_blockcount, 0, &got, &icur, eof); in xfs_reflink_reserve_cow()
305 trace_xfs_reflink_cow_alloc(ip, &got); in xfs_reflink_reserve_cow()
370 struct xfs_bmbt_irec got; in xfs_find_trim_cow_extent() local
379 if (!xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, &got) || in xfs_find_trim_cow_extent()
380 got.br_startoff > offset_fsb) in xfs_find_trim_cow_extent()
384 if (isnullstartblock(got.br_startblock)) { in xfs_find_trim_cow_extent()
[all …]
Dxfs_bmap_util.c91 error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev, in xfs_bmap_rtalloc()
223 struct xfs_bmbt_irec got; in xfs_bmap_count_leaves() local
226 for_each_xfs_iext(ifp, &icur, &got) { in xfs_bmap_count_leaves()
227 if (!isnullstartblock(got.br_startblock)) { in xfs_bmap_count_leaves()
228 *count += got.br_blockcount; in xfs_bmap_count_leaves()
406 struct xfs_bmbt_irec *got) in xfs_getbmap_report_one() argument
412 error = xfs_reflink_trim_around_shared(ip, got, &shared, &trimmed); in xfs_getbmap_report_one()
416 if (isnullstartblock(got->br_startblock) || in xfs_getbmap_report_one()
417 got->br_startblock == DELAYSTARTBLOCK) { in xfs_getbmap_report_one()
426 if (got->br_startoff < XFS_B_TO_FSB(ip->i_mount, XFS_ISIZE(ip))) in xfs_getbmap_report_one()
[all …]
/Linux-v4.19/arch/alpha/kernel/
Dmodule.c81 Elf64_Shdr *esechdrs, *symtab, *s, *got; in module_frob_arch_sections() local
85 symtab = got = NULL; in module_frob_arch_sections()
94 got = s; in module_frob_arch_sections()
102 if (!got) { in module_frob_arch_sections()
116 got->sh_size = 0; in module_frob_arch_sections()
117 got->sh_addralign = 8; in module_frob_arch_sections()
118 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
128 &got->sh_size); in module_frob_arch_sections()
153 unsigned long got, gp; in apply_relocate_add() local
164 got = sechdrs[me->arch.gotsecindex].sh_addr; in apply_relocate_add()
[all …]
/Linux-v4.19/arch/x86/include/asm/
Dinsn.h32 unsigned char got; member
132 if (!insn->prefixes.got) in insn_is_avx()
139 if (!insn->prefixes.got) in insn_is_evex()
147 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete()
148 insn->displacement.got && insn->immediate.got; in insn_complete()
/Linux-v4.19/tools/objtool/arch/x86/include/asm/
Dinsn.h32 unsigned char got; member
132 if (!insn->prefixes.got) in insn_is_avx()
139 if (!insn->prefixes.got) in insn_is_evex()
147 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete()
148 insn->displacement.got && insn->immediate.got; in insn_complete()
/Linux-v4.19/fs/xfs/scrub/
Ddir.c631 struct xfs_bmbt_irec got; in xchk_directory_blocks() local
663 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
667 (got.br_startoff > 0 || in xchk_directory_blocks()
668 got.br_blockcount != args.geo->fsbcount)) { in xchk_directory_blocks()
670 got.br_startoff); in xchk_directory_blocks()
675 if (got.br_startoff >= leaf_lblk) in xchk_directory_blocks()
689 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks()
691 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
698 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks()
700 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks()
[all …]
/Linux-v4.19/arch/unicore32/boot/compressed/
Dvmlinux.lds.in21 * of the text/got segments.
48 .got : { *(.got) }
50 .got.plt : { *(.got.plt) }
/Linux-v4.19/net/ceph/
Dpagevec.c20 int got = 0; in ceph_get_direct_page_vector() local
27 while (got < num_pages) { in ceph_get_direct_page_vector()
29 (unsigned long)data + ((unsigned long)got * PAGE_SIZE), in ceph_get_direct_page_vector()
30 num_pages - got, write_page, pages + got); in ceph_get_direct_page_vector()
34 got += rc; in ceph_get_direct_page_vector()
41 ceph_put_page_vector(pages, got, false); in ceph_get_direct_page_vector()
/Linux-v4.19/arch/um/kernel/
Ddyn.lds.S47 .rel.got : { *(.rel.got) }
48 .rela.got : { *(.rela.got) }
146 .got : { *(.got.plt) *(.got) }
/Linux-v4.19/arch/powerpc/platforms/512x/
Dmpc512x_shared.c78 unsigned long offset, want, got, delta; in mpc512x_set_pixel_clock() local
144 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock()
145 delta = abs(pixclock - got); in mpc512x_set_pixel_clock()
153 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock()
154 delta = abs(pixclock - got); in mpc512x_set_pixel_clock()
161 pixclock, got, delta, epsilon); in mpc512x_set_pixel_clock()
174 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock()
175 delta = abs(pixclock - got); in mpc512x_set_pixel_clock()
177 pixclock, got, delta, epsilon); in mpc512x_set_pixel_clock()
/Linux-v4.19/arch/nios2/boot/compressed/
Dvmlinux.lds.S40 .got : {
41 *(.got.plt)
43 *(.got)
/Linux-v4.19/arch/arm/boot/compressed/
Dvmlinux.lds.S69 .got.plt : { *(.got.plt) }
71 .got : { *(.got) }
/Linux-v4.19/arch/nios2/kernel/
Dvmlinux.lds.S48 .got : {
49 *(.got.plt)
51 *(.got)
/Linux-v4.19/arch/riscv/include/asm/
Dmodule.h22 struct mod_section got; member
39 struct got_entry *got = (struct got_entry *)sec->shdr->sh_addr; in get_got_entry() local
42 if (got[i].symbol_addr == val) in get_got_entry()
43 return &got[i]; in get_got_entry()
/Linux-v4.19/arch/x86/boot/compressed/
Dvmlinux.lds.S45 .got : {
47 KEEP(*(.got.plt)) argument
48 KEEP(*(.got))
/Linux-v4.19/tools/testing/selftests/powerpc/primitives/
Dload_unaligned_zeropad.c117 unsigned long got; in do_one_test() local
123 got = load_unaligned_zeropad(p); in do_one_test()
125 if (should != got) { in do_one_test()
126 …printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, sho… in do_one_test()
/Linux-v4.19/tools/testing/selftests/powerpc/copyloops/
Dexc_validate.c62 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-v4.19/arch/ia64/kernel/
Dvmlinux.lds.S202 .got : AT(ADDR(.got) - LOAD_OFFSET) {
203 *(.got.plt)
204 *(.got)
206 __gp = ADDR(.got) + 0x200000;

12345678