Home
last modified time | relevance | path

Searched refs:virtmap (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_runtime.c270 struct efi_mem_desc *virtmap) in efi_set_virtual_address_map() argument
277 descriptor_version, virtmap); in efi_set_virtual_address_map()
281 struct efi_mem_desc *map = (void*)virtmap + in efi_set_virtual_address_map()
308 map = (void*)virtmap + (descriptor_size * i); in efi_set_virtual_address_map()
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h188 struct efi_mem_desc *virtmap);
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Drunqueue.py1218 virtmap = taskData[mc].get_providermap(prefix="virtual/")
1220 for v in virtmap:
1221 virtpnmap[v] = self.dataCaches[mc].pkg_fn[virtmap[v]]
1222 bb.debug(2, "%s resolved to: %s (%s)" % (v, virtpnmap[v], virtmap[v]))
1224 bb.parse.siggen.tasks_resolved(virtmap, virtpnmap, self.dataCaches[mc])
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dsstatesig.py129 def tasks_resolved(self, virtmap, virtpnmap, dataCache): argument