OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMT_ZERO
(Results
1 - 6
of
6
) sorted by null
/external/syslinux/com32/mboot/
map.c
59
(pad && syslinux_add_memmap(&mmap, start + len, pad,
SMT_ZERO
))) {
213
(&mmap, addr + dsize, msize - dsize,
SMT_ZERO
)) {
311
(&mmap, bss_addr, bss_len,
SMT_ZERO
)) {
341
syslinux_add_memmap(&mmap, regs.esp, 32,
SMT_ZERO
);
/external/syslinux/com32/include/syslinux/
movebits.h
37
SMT_ZERO
, /* Memory that should be zeroed */
/external/syslinux/com32/lib/syslinux/
shuffle.c
84
if (ml->type ==
SMT_ZERO
)
187
if (ml->type ==
SMT_ZERO
) {
load_linux.c
118
len - ip->data_len,
SMT_ZERO
))
346
cmdline_offset - real_mode_size,
SMT_ZERO
)) {
movebits.c
412
/* Create our memory map. Anything that is SMT_FREE or
SMT_ZERO
is
425
mm->type ==
SMT_ZERO
? SMT_FREE : mm->type);
659
syslinux_add_memmap(&memmap, d, l,
SMT_ZERO
);
/external/syslinux/com32/modules/
elf.c
159
(&mmap, addr + dsize, msize - dsize,
SMT_ZERO
))
Completed in 79 milliseconds