Home
last modified time | relevance | path

Searched refs:routine (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/u-boot/arch/x86/include/asm/
H A Dinterrupt.h42 void set_vector(u8 intnum, void *routine);
/openbmc/u-boot/doc/
H A DREADME.cfi23 routine for this.
33 In addition, the t3corp board defines the routine thusly:
H A DREADME.iomux40 the iomux_tstc() routine in a for-loop. iomux_tstc() in turn calls
41 the tstc() routine for every registered device, but exits immediately
43 which calls the corresponding getc() routine. fgetc() hangs in
H A DREADME.POST131 This routine will run the test (or the group of tests) specified
135 argument) will be executed. This routine will be called at least
143 This routine will be called from board_init_r() and will
148 This routine will print the list of all POST tests that can be
154 This routine will be called from POST tests to log their
155 results. Basically, this routine will print the results to
157 will be identical to the printf() routine.
164 This routine will scan the keyboard to detect if a magic key
208 This field will contain a pointer to the routine that will
214 the test caused system rebooting (POST_REBOOT). The routine will
[all …]
H A DREADME.watchdog29 their own hw_watchdog_reset routine.
H A DREADME.bedbug73 Added new routine DebugException()
H A DREADME.standalone5 table is allocated and initialized in the jumptable_init() routine
H A DREADME.fdt-control136 If CONFIG_OF_BOARD is defined, a board-specific routine will provide the
H A DREADME.unaligned-memory-access.txt144 from the Linux Kernel's include/linux/etherdevice.h is an optimized routine
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/
H A Drsh.xinetd.inetutils3 # The rshd server is a server for the rcmd(3) routine and,
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c178 void set_vector(u8 intnum, void *routine) in set_vector() argument
180 idt[intnum].base_high = (u16)((ulong)(routine) >> 16); in set_vector()
181 idt[intnum].base_low = (u16)((ulong)(routine) & 0xffff); in set_vector()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/
H A Dbyacc.inc4 parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written…
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/fvp-base/
H A D0002-vexpress64-Select-PSCI-RESET-by-default.patch45 * Board specific ethernet initialization routine.
/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/
H A Dlinux-raspberrypi-dev.bb15 # AUTOREV in following anonymous python routine and resolved when the
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmultilib_header.bbclass9 # If applicable on the architecture, this routine will rename the header and
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0038-corstone1000-introduce-EFI-authenticated-capsule-upd.patch9 platform-specific firmware-update routine.
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/
H A Dolder-glibc-symbols.patch8 pthread_atfork is problematic, particularly on arm so use the internal glibc routine
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dlinux-yocto-dev.bb26 # AUTOREV in following anonymous python routine and resolved when the
/openbmc/qemu/docs/specs/
H A Dedu.rst107 routine.
/openbmc/qemu/docs/system/riscv/
H A Dmicrochip-icicle-kit.rst30 performed in the machine init routine to prompt user to increase the RAM size
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch106 + * routine is responsible for picking up source data starting at the
200 + * We can't use a single jcopy_block_row() call because that routine
233 + * this is essentially the same as the routine above.
800 + * The routine returns TRUE if the spec string is valid, FALSE if not.
891 + * This routine figures out the size that the output image will be
898 * Hence, this routine must be called after jpeg_read_header (which reads
1850 + * routine names that long. This macro is here to avoid breaking any
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A Duserfaultfd.patch146 + for default usage relies on values produced by this routine. */
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0003-Fix-version-parsing-update-AUX-revision-info.patch87 -/* return -1 if not in those formats, this routine knows how to parse */
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dorganize_distro_discovery.patch384 - # undef GLOBAL_OS so that the GetDistro routine will return
/openbmc/u-boot/common/
H A Ddlmalloc.src174 Either a constant or routine call returning the system page size.
197 The name of the routine to call to obtain more memory from the system.
201 true (1) if the routine mapped to MORECORE zeroes out memory (which
563 routine that returns a struct containing the same kind of
1031 /* this routine in 'wsbrk()') will round *down* */
3003 This routine tells you how many bytes you can actually use in an
3176 * Improve WIN32 'sbrk()' emulation's 'findRegion()' routine to

12