Searched full:worlds (Results 1 – 7 of 7) sorted by relevance
70 /* switch worlds */71 World *worlds[ROCKER_WORLD_TYPE_MAX]; member94 return r->worlds[type]; in rocker_get_world()391 if (!fp_port_check_world(fp_port, r->worlds[mode])) { in cmd_set_port_settings()444 world = r->worlds[ROCKER_WORLD_TYPE_OF_DPA]; in cmd_consume()1253 if (strcmp(name, world_name(r->worlds[i])) == 0) { in rocker_world_type_by_name()1254 return r->worlds[i]; in rocker_world_type_by_name()1268 /* allocate worlds */ in pci_rocker_realize()1270 r->worlds[ROCKER_WORLD_TYPE_OF_DPA] = of_dpa_world_alloc(r); in pci_rocker_realize()1273 r->world_name = g_strdup(world_name(r->worlds[ROCKER_WORLD_TYPE_OF_DPA])); in pci_rocker_realize()[all …]
2 * QEMU rocker switch emulation - switch worlds
39 and non-secure worlds can access. It is needed when, by default, the
1417 * Worlds manipulation1482 dev_err(&rocker->pdev->dev, "hardware has ports in different worlds, which is not supported\n"); in rocker_world_check_init()
1129 two subsystems and get the best of both worlds.
59 * also be a huge overhead. We try to get the best of both worlds by