| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | interrupt.h | 42 void set_vector(u8 intnum, void *routine);
|
| /openbmc/u-boot/doc/ |
| H A D | README.cfi | 23 routine for this. 33 In addition, the t3corp board defines the routine thusly:
|
| H A D | README.iomux | 40 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 D | README.POST | 131 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 D | README.watchdog | 29 their own hw_watchdog_reset routine.
|
| H A D | README.bedbug | 73 Added new routine DebugException()
|
| H A D | README.standalone | 5 table is allocated and initialized in the jumptable_init() routine
|
| H A D | README.fdt-control | 136 If CONFIG_OF_BOARD is defined, a board-specific routine will provide the
|
| H A D | README.unaligned-memory-access.txt | 144 from the Linux Kernel's include/linux/etherdevice.h is an optimized routine
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/ |
| H A D | rsh.xinetd.inetutils | 3 # The rshd server is a server for the rcmd(3) routine and,
|
| /openbmc/u-boot/arch/x86/cpu/i386/ |
| H A D | interrupt.c | 178 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 D | byacc.inc | 4 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 D | 0002-vexpress64-Select-PSCI-RESET-by-default.patch | 45 * Board specific ethernet initialization routine.
|
| /openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/ |
| H A D | linux-raspberrypi-dev.bb | 15 # AUTOREV in following anonymous python routine and resolved when the
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | multilib_header.bbclass | 9 # 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 D | 0038-corstone1000-introduce-EFI-authenticated-capsule-upd.patch | 9 platform-specific firmware-update routine.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/ |
| H A D | older-glibc-symbols.patch | 8 pthread_atfork is problematic, particularly on arm so use the internal glibc routine
|
| /openbmc/openbmc/poky/meta/recipes-kernel/linux/ |
| H A D | linux-yocto-dev.bb | 26 # AUTOREV in following anonymous python routine and resolved when the
|
| /openbmc/qemu/docs/specs/ |
| H A D | edu.rst | 107 routine.
|
| /openbmc/qemu/docs/system/riscv/ |
| H A D | microchip-icicle-kit.rst | 30 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 D | support-jpeg-turbo.patch | 106 + * 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 D | userfaultfd.patch | 146 + for default usage relies on values produced by this routine. */
|
| /openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | 0003-Fix-version-parsing-update-AUX-revision-info.patch | 87 -/* 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 D | organize_distro_discovery.patch | 384 - # undef GLOBAL_OS so that the GetDistro routine will return
|
| /openbmc/u-boot/common/ |
| H A D | dlmalloc.src | 174 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
|