Searched refs:enable_firewall (Results 1 – 2 of 2) sorted by relevance
32 bool enable_firewall; in host1x_job_alloc() local36 enable_firewall = IS_ENABLED(CONFIG_TEGRA_HOST1X_FIREWALL) && !skip_firewall; in host1x_job_alloc()38 if (!enable_firewall) in host1x_job_alloc()55 job->enable_firewall = enable_firewall; in host1x_job_alloc()203 if (job->enable_firewall) in pin_job()290 if (job->enable_firewall) { in do_relocs()603 if (job->enable_firewall) { in host1x_job_pin()622 if (!job->enable_firewall) in host1x_job_pin()656 if (!job->enable_firewall && map->size && host->domain) { in host1x_job_unpin()
329 bool enable_firewall; member