Home
last modified time | relevance | path

Searched defs:fixup (Results 101 - 125 of 160) sorted by relevance

1234567

/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dfeature-fixups.c636 static struct fixup_entry fixup; variable
[all...]
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dsignal.c92 const struct exception_table_entry *fixup; in fixup_exception() local
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dsignal.c92 const struct exception_table_entry *fixup; in fixup_exception() local
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h35 int insn, fixup; member
703 unsigned long addr, fixup; in __kvm_unexpected_el2_exception() local
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dtraps.c441 const struct exception_table_entry *fixup; in do_entUna() local
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_pack.c618 struct agx_branch_fixup fixup = { in agx_pack_instr() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsck.c622 u16 *fixup = (u16*)(buffer+NTFS_BLOCK_SIZE*i-2); // the value at the end of the sector. in check_file_record() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_print.cpp940 nv50_ir::FixupInfo *fixup = (nv50_ir::FixupInfo *)info_out->bin.fixupData; in nv50_ir_prog_info_out_print() local
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dfault.c242 const struct exception_table_entry *fixup; in s390_search_extables() local
254 const struct exception_table_entry *fixup; in do_no_context() local
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dfeature-fixups.c710 static struct fixup_entry fixup; variable
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator.cc40 int fixup = pos; in Bind() local
H A Dregexp-bytecode-peephole.cc807 AddJumpSourceFixup(int fixup, int pos) AddJumpSourceFixup() argument
816 AddJumpDestinationFixup(int fixup, int pos) AddJumpDestinationFixup() argument
825 SetJumpDestinationFixup(int fixup, int pos) SetJumpDestinationFixup() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1323 int fixup, label; in build_vertex_emit() local
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dcache-l2x0.c30 void (*fixup)(void __iomem *, u32, struct outer_cache_fns *); member
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dpci_fire.c282 int fixup; in pci_fire_msiq_build_irq() local
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dcache-l2x0.c30 void (*fixup)(void __iomem *, u32, struct outer_cache_fns *); member
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dpci_fire.c283 int fixup; in pci_fire_msiq_build_irq() local
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dbset.c1190 btree_mergesort(struct btree_keys *b, struct bset *out, struct btree_iter *iter, bool fixup, bool remove_stale) btree_mergesort() argument
1231 __btree_sort(struct btree_keys *b, struct btree_iter *iter, unsigned int start, unsigned int order, bool fixup, struct bset_sort_state *state) __btree_sort() argument
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbset.c1194 btree_mergesort(struct btree_keys *b, struct bset *out, struct btree_iter *iter, bool fixup, bool remove_stale) btree_mergesort() argument
1235 __btree_sort(struct btree_keys *b, struct btree_iter *iter, unsigned int start, unsigned int order, bool fixup, struct bset_sort_state *state) __btree_sort() argument
/third_party/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c728 GElf_Addr fixup = module->l_ld - dyn_vaddr; in dwfl_segment_report_module() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_sse.h160 __m128i anegmask, bnegmask, fixup, fixup02, fixup13; in mm_mullohi_epi32() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dctrl_params_translate.c2644 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_ctrl_to_param() local
2714 fixup_args_fn *fixup = default_fixup_args; evp_pkey_ctx_ctrl_str_to_param() local
2777 fixup_args_fn *fixup = default_fixup_args; evp_pkey_ctx_setget_params_to_ctrl() local
2840 fixup_args_fn *fixup = default_fixup_args; evp_pkey_setget_params_to_ctrl() local
[all...]
/third_party/openssl/crypto/evp/
H A Dctrl_params_translate.c2635 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_ctrl_to_param() local
2705 fixup_args_fn *fixup = default_fixup_args; evp_pkey_ctx_ctrl_str_to_param() local
2768 fixup_args_fn *fixup = default_fixup_args; evp_pkey_ctx_setget_params_to_ctrl() local
2831 fixup_args_fn *fixup = default_fixup_args; evp_pkey_setget_params_to_ctrl() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h92 AssemblerFixup *fixup() const { return fixup_; } in fixup() function in Ice::X8632::AsmOperand
123 void SetFixup(AssemblerFixup *fixup) { fixup_ = fixup; } in SetFixup() argument
256 explicit Immediate(AssemblerFixup *fixup) : fixup_(fixup) {} in Immediate() argument
259 AssemblerFixup *fixup() const { return fixup_; } in fixup() function in Ice::X8632::AssemblerX8632::Immediate
H A DIceAssemblerX8664.h104 AssemblerFixup *fixup() const { return fixup_; } in fixup() function in Ice::X8664::AsmOperand
134 void SetFixup(AssemblerFixup *fixup) { fixup_ = fixup; } in SetFixup() argument
277 explicit Immediate(AssemblerFixup *fixup) : fixup_(fixup) {} in Immediate() argument
280 AssemblerFixup *fixup() const { return fixup_; } in fixup() function in Ice::X8664::AssemblerX8664::Immediate

Completed in 37 milliseconds

1234567