Searched refs:boot_cpuid_phys (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/libfdt/
H A Dfdt.h52 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member in struct:fdt_header
H A Dlibfdt.h136 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
153 __fdt_set_hdr(boot_cpuid_phys); variable
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py675 def __init__(self, version=17, last_comp_version=16, boot_cpuid_phys=0):
684 'boot_cpuid_phys': boot_cpuid_phys,
714 result += "// boot_cpuid_phys:\t0x%x\n" % \
715 self.header['boot_cpuid_phys']
787 blob_header += pack('>I', self.header['boot_cpuid_phys'])
926 result['boot_cpuid_phys'] = header_entry.unpack_from(data)[0]
1077 boot_cpuid_phys = self.fdt_header['boot_cpuid_phys']
1079 boot_cpuid_phys
[all...]

Completed in 16 milliseconds