Searched refs:curr_md (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/x86/x86/
H A Dx86_mem.c456 struct mem_range_desc *first_md, *last_md, *curr_md; local
466 for (curr_md = first_md; curr_md <= last_md; curr_md++) {
467 if ((curr_md->mr_flags & MDF_ATTRMASK) == MDF_UNKNOWN)
473 for (curr_md = first_md; curr_md <= last_md; curr_md++) {
474 curr_md->mr_flags = mrcopyflags(curr_md
491 struct mem_range_desc *curr_md, *free_md; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpread.c545 #define VALID_CURR_MODULE (curr_md < pxdb_header_p->md_entries)
550 #define CURR_MODULE_START (qMD[curr_md].adrStart)
554 #define CURR_MODULE_END (qMD[curr_md].adrEnd)
558 #define CURR_MODULE_ISYM (qMD[curr_md].isym)
698 find_next_module_isym (int index, quick_module_entry *qMD, int curr_md,
705 curr_md++;
871 int curr_md; /* current module */
992 curr_md = 0; /* Current module entry */
1020 curr_md to the first unprocessed module. Each iteration of this loop
1050 mod_name_string = &vt_bits[(long) qMD[curr_md]
690 find_next_module_isym(int index, quick_module_entry *qMD, int curr_md, PXDB_header_ptr pxdb_header_p) argument
863 int curr_md; /* current module */ local
[all...]

Completed in 66 milliseconds