HomeSort by: relevance | last modified time | path
    Searched refs:fixup (Results 1 - 25 of 25) sorted by relevancy

  /src/regress/sys/arch/arm/
Makefile 5 SUBDIR+= abort-fixup
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
protocols.h 39 # error arch fixup needed here
  /src/sys/arch/powerpc/powerpc/
fixup.c 1 /* $NetBSD: fixup.c,v 1.13 2022/01/01 01:15:11 macallan Exp $ */
38 __KERNEL_RCSID(0, "$NetBSD: fixup.c,v 1.13 2022/01/01 01:15:11 macallan Exp $");
97 struct powerpc_jump_fixup_info fixup; local in function:powerpc_fixup_stubs
109 fixup.jfi_stub = fixup_addr2offset(stub);
110 fixup.jfi_real = 0;
121 for (; stub < stub_end && fixup.jfi_real == 0; stub++) {
209 fixup.jfi_real = fixup_addr2offset(ctr);
223 KASSERT(fixup.jfi_real != 0);
230 __func__, insnp, fixup.jfi_stub << 2, fixup.jfi_real << 2)
    [all...]
  /src/sys/arch/sparc/sparc/
timer.c 120 u_int cnt, res, fixup, offset; local in function:timer_get_timecount
148 fixup = cntr.limit;
150 fixup = cntr.limit;
152 fixup = 0;
161 res += fixup + offset;
  /src/lib/libm/src/
s_remquof.c 52 goto fixup; /* |x|<|y| return x or x-y */
109 fixup:
s_remquol.c 105 goto fixup; /* |x|<|y| return x or x-y */
165 fixup:
s_remquo.c 56 goto fixup; /* |x|<|y| return x or x-y */
143 fixup:
  /src/sys/dev/isa/
boca.c 67 callout_t fixup; member in struct:boca_softc
191 callout_init(&sc->fixup, 0);
192 callout_reset(&sc->fixup, hz/10, boca_fixup, sc);
245 callout_reset(&sc->fixup, hz/10, boca_fixup, sc);
  /src/tests/fs/puffs/
t_fuzz.c 151 fixup(int nfix, struct puffs_kargs *kargs) function in typeref:typename:void
232 fixup(nfix, &kargs);
  /src/sys/arch/ofppc/stand/ofwboot/
ldscript 145 .fixup : { *(.fixup) }
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_ioctl.inc 146 _(EVIOCGABS, WRITE, struct_input_absinfo_sz); // fixup
147 _(EVIOCGBIT, WRITE, struct_input_id_sz); // fixup
162 _(EVIOCSABS, READ, struct_input_absinfo_sz); // fixup
  /src/lib/libc/arch/sparc/gen/
divrem.m4 258 ! non-restoring fixup here (one instruction only!)
  /src/sys/lib/libkern/arch/sparc/
divrem.m4 258 ! non-restoring fixup here (one instruction only!)
  /src/sys/lib/libkern/arch/sparc64/
divrem.m4 259 ! non-restoring fixup here (one instruction only!)
  /src/sys/dev/pci/qat/
qat_ae.c 1429 int ii, vali, fixup, usize = 0; local in function:qat_ae_concat_ucode
1457 fixup = ninst;
1461 INSERT_IMMED_GPRA_CONST(ucode[fixup], (addr));
1462 fixup++;
1463 INSERT_IMMED_GPRA_CONST(ucode[fixup], 0);
1464 fixup++;
1465 INSERT_IMMED_GPRB_CONST(ucode[fixup], (curvalue >> 0));
1466 fixup++;
1467 INSERT_IMMED_GPRB_CONST(ucode[fixup], (curvalue >> 16));
1468 /* XXX fixup++ ? *
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
r8a77470-iwg23s-sbc.dts 117 interrupt-fixup {
imx23.dtsi 216 gpmi_pins_fixup: gpmi-pins-fixup@0 {
261 mmc0_pins_fixup: mmc0-pins-fixup@0 {
  /src/sys/arch/mips/mips/
mips_fixup.c 519 struct mips_jump_fixup_info fixup = { local in function:mips_fixup_stubs
524 fixup_mips_jump(insnp, &fixup);
541 printf("%s: %zu fixup%s done in %u cycles\n", __func__,
  /src/sys/arch/sparc/stand/ofwboot/
srt0.s 65 nop ! For some reason this is needed to fixup the text section
  /src/sys/arch/x86/conf/
files.x86 13 # PCI fixup options
  /src/sys/fs/ntfs/
ntfs_subr.c 1656 * Process fixup routine on given buffer.
1665 u_int16_t fixup; local in function:ntfs_procfixups
1686 fixup = *fxp++;
1688 if (*cfxp != fixup) {
1689 printf("%s: fixup %d doesn't match\n", __func__, i);
  /src/usr.bin/rdist/
server.c 896 goto fixup;
974 fixup: if (rename(new, target) < 0) {
  /src/sys/arch/arm/arm32/
pmap.c 2060 goto fixup;
2286 fixup:
4797 printf("fixup: pm %p, va 0x%lx, ftype %d - nothing to do!\n",
4799 printf("fixup: l2 %p, l2b %p, ptep %p, pte %#x\n",
4803 printf("fixup: pdep %p, pde %#x, fsr %#x\n",
4806 printf("fixup: pdep %p, pde %#x, ttbcr %#x\n",
4809 printf("fixup: fsr %#x cpm %p casid %#x contextidr %#x dacr %#x\n",
4819 printf("fixup: par %#x\n", armreg_par_read());
  /src/sys/arch/sparc64/sparc64/
locore.s 462 srl %sp, 0, %sp; /* fixup 32-bit pointers */ \
493 srl %sp, 0, %sp; /* fixup 32-bit pointers */ \
529 srl %sp, 0, %sp; /* fixup 32-bit pointers */ \
560 srl %sp, 0, %sp; /* fixup 32-bit pointers */ \
1441 btst 1, %g6; /* Fixup 64-bit stack if necessary */ \
1449 btst 1, %g6; /* Fixup 64-bit stack if necessary */ \
1483 rdpr %canrestore, %g5; /* Fixup register window state registers */ \
1554 rdpr %canrestore, %g5; /* Fixup register window state registers */ \
1599 rdpr %canrestore, %g5; /* Fixup register window state registers */ \
1657 rdpr %canrestore, %g5; /* Fixup register window state registers */
    [all...]
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 3959 # Adjust the below global symbol transforms to fixup imported variables.

Completed in 172 milliseconds