Home
last modified time | relevance | path

Searched defs:dom (Results 1 – 25 of 81) sorted by relevance

1234

/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dbase.c38 struct nvkm_perfdom *dom; in nvkm_pm_count_perfdom() local
47 nvkm_perfdom_count_perfsig(struct nvkm_perfdom *dom) in nvkm_perfdom_count_perfsig()
64 struct nvkm_perfdom *dom; in nvkm_perfdom_find() local
77 struct nvkm_perfdom *dom = *pdom; in nvkm_perfsig_find() local
133 struct nvkm_perfdom *dom = NULL; in nvkm_perfsrc_enable() local
172 struct nvkm_perfdom *dom = NULL; in nvkm_perfsrc_disable() local
208 nvkm_perfdom_init(struct nvkm_perfdom *dom, void *data, u32 size) in nvkm_perfdom_init()
238 nvkm_perfdom_sample(struct nvkm_perfdom *dom, void *data, u32 size) in nvkm_perfdom_sample()
262 nvkm_perfdom_read(struct nvkm_perfdom *dom, void *data, u32 size) in nvkm_perfdom_read()
295 struct nvkm_perfdom *dom = nvkm_perfdom(object); in nvkm_perfdom_mthd() local
[all …]
Dnv40.c27 nv40_perfctr_init(struct nvkm_pm *pm, struct nvkm_perfdom *dom, in nv40_perfctr_init()
44 nv40_perfctr_read(struct nvkm_pm *pm, struct nvkm_perfdom *dom, in nv40_perfctr_read()
59 nv40_perfctr_next(struct nvkm_pm *pm, struct nvkm_perfdom *dom) in nv40_perfctr_next()
Dgf100.c128 gf100_perfctr_init(struct nvkm_pm *pm, struct nvkm_perfdom *dom, in gf100_perfctr_init()
146 gf100_perfctr_read(struct nvkm_pm *pm, struct nvkm_perfdom *dom, in gf100_perfctr_read()
161 gf100_perfctr_next(struct nvkm_pm *pm, struct nvkm_perfdom *dom) in gf100_perfctr_next()
/Linux-v6.6/drivers/iommu/
Dsprd-iommu.c66 struct sprd_iommu_domain *dom; member
87 static struct sprd_iommu_domain *to_sprd_domain(struct iommu_domain *dom) in to_sprd_domain()
139 struct sprd_iommu_domain *dom; in sprd_iommu_domain_alloc() local
157 static void sprd_iommu_first_vpn(struct sprd_iommu_domain *dom) in sprd_iommu_first_vpn()
172 static void sprd_iommu_vpn_range(struct sprd_iommu_domain *dom) in sprd_iommu_vpn_range()
188 static void sprd_iommu_first_ppn(struct sprd_iommu_domain *dom) in sprd_iommu_first_ppn()
229 static void sprd_iommu_cleanup(struct sprd_iommu_domain *dom) in sprd_iommu_cleanup()
245 struct sprd_iommu_domain *dom = to_sprd_domain(domain); in sprd_iommu_domain_free() local
255 struct sprd_iommu_domain *dom = to_sprd_domain(domain); in sprd_iommu_attach_device() local
292 struct sprd_iommu_domain *dom = to_sprd_domain(domain); in sprd_iommu_map() local
[all …]
Dmtk_iommu_v1.c133 static struct mtk_iommu_v1_domain *to_mtk_domain(struct iommu_domain *dom) in to_mtk_domain()
197 struct mtk_iommu_v1_domain *dom = data->m4u_dom; in mtk_iommu_v1_isr() local
257 struct mtk_iommu_v1_domain *dom = data->m4u_dom; in mtk_iommu_v1_domain_finalise() local
275 struct mtk_iommu_v1_domain *dom; in mtk_iommu_v1_domain_alloc() local
289 struct mtk_iommu_v1_domain *dom = to_mtk_domain(domain); in mtk_iommu_v1_domain_free() local
300 struct mtk_iommu_v1_domain *dom = to_mtk_domain(domain); in mtk_iommu_v1_attach_device() local
333 struct mtk_iommu_v1_domain *dom = to_mtk_domain(domain); in mtk_iommu_v1_map() local
359 struct mtk_iommu_v1_domain *dom = to_mtk_domain(domain); in mtk_iommu_v1_unmap() local
375 struct mtk_iommu_v1_domain *dom = to_mtk_domain(domain); in mtk_iommu_v1_iova_to_phys() local
Dmtk_iommu.c370 static struct mtk_iommu_domain *to_mtk_domain(struct iommu_domain *dom) in to_mtk_domain()
459 struct mtk_iommu_domain *dom = bank->m4u_dom; in mtk_iommu_isr() local
639 static int mtk_iommu_domain_finalise(struct mtk_iommu_domain *dom, in mtk_iommu_domain_finalise()
693 struct mtk_iommu_domain *dom; in mtk_iommu_domain_alloc() local
715 struct mtk_iommu_domain *dom = to_mtk_domain(domain); in mtk_iommu_attach_device() local
783 struct mtk_iommu_domain *dom = to_mtk_domain(domain); in mtk_iommu_map() local
797 struct mtk_iommu_domain *dom = to_mtk_domain(domain); in mtk_iommu_unmap() local
805 struct mtk_iommu_domain *dom = to_mtk_domain(domain); in mtk_iommu_flush_iotlb_all() local
814 struct mtk_iommu_domain *dom = to_mtk_domain(domain); in mtk_iommu_iotlb_sync() local
823 struct mtk_iommu_domain *dom = to_mtk_domain(domain); in mtk_iommu_sync_map() local
[all …]
/Linux-v6.6/include/uapi/xen/
Dprivcmd.h58 domid_t dom; /* target domain */ member
64 domid_t dom; /* target domain */ member
75 domid_t dom; /* target domain */ member
87 domid_t dom; member
93 domid_t dom; member
109 domid_t dom; member
/Linux-v6.6/drivers/firmware/arm_scmi/
Dperf.c349 process_response_opp_v4(struct perf_dom_info *dom, struct scmi_opp *opp, in process_response_opp_v4()
461 struct perf_dom_info *dom, u32 max_perf, in __scmi_perf_limits_set()
482 struct perf_dom_info *dom; in scmi_perf_limits_set() local
541 struct perf_dom_info *dom, u32 *max_perf, in __scmi_perf_limits_get()
561 struct perf_dom_info *dom; in scmi_perf_limits_get() local
613 struct perf_dom_info *dom, u32 level, in __scmi_perf_level_set()
632 struct perf_dom_info *dom; in scmi_perf_level_set() local
674 struct perf_dom_info *dom, u32 *level, in __scmi_perf_level_get()
691 struct perf_dom_info *dom; in scmi_perf_level_get() local
784 struct perf_dom_info *dom; in scmi_dvfs_device_opps_add() local
[all …]
Dreset.c148 struct reset_dom_info *dom = pi->dom_info + domain; in scmi_reset_name_get() local
157 struct reset_dom_info *dom = pi->dom_info + domain; in scmi_reset_latency_get() local
167 struct scmi_msg_reset_domain_reset *dom; in scmi_domain_reset() local
339 struct reset_dom_info *dom = pinfo->dom_info + domain; in scmi_reset_protocol_init() local
/Linux-v6.6/drivers/gpu/drm/etnaviv/
Detnaviv_perfmon.c503 const struct etnaviv_pm_domain *dom; in etnaviv_pm_query_dom() local
527 const struct etnaviv_pm_domain *dom; in etnaviv_pm_query_sig() local
556 const struct etnaviv_pm_domain *dom; in etnaviv_pm_req_validate() local
573 const struct etnaviv_pm_domain *dom; in etnaviv_perfmon_process() local
/Linux-v6.6/drivers/pmdomain/bcm/
Draspberrypi-power.c83 struct rpi_power_domain *dom = &rpi_domains->domains[xlate_index]; in rpi_common_init_power_domain() local
107 struct rpi_power_domain *dom = &rpi_domains->domains[xlate_index]; in rpi_init_power_domain() local
122 struct rpi_power_domain *dom = &rpi_domains->domains[xlate_index]; in rpi_init_old_power_domain() local
/Linux-v6.6/net/tipc/
Dmonitor.c139 static int dom_rec_len(struct tipc_mon_domain *dom, u16 mcnt) in dom_rec_len()
248 struct tipc_mon_domain *dom = peer->domain; in mon_apply_domain() local
274 struct tipc_mon_domain *dom = self->domain; in mon_update_local_domain() local
446 struct tipc_mon_domain *dom; in tipc_mon_peer_down() local
486 struct tipc_mon_domain *dom; in tipc_mon_rcv() local
570 struct tipc_mon_domain *dom = data; in tipc_mon_prep() local
652 struct tipc_mon_domain *dom; in tipc_mon_create() local
746 struct tipc_mon_domain *dom = peer->domain; in __tipc_nl_add_monitor_peer() local
/Linux-v6.6/include/xen/interface/
Devent_channel.h29 domid_t dom, remote_dom; member
130 domid_t dom; member
143 domid_t dom; member
146 domid_t dom; member
190 domid_t dom; member
Dgrant_table.h286 domid_t dom; member
326 domid_t dom; member
340 domid_t dom; member
414 domid_t dom; member
470 domid_t dom; member
483 domid_t dom; member
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dgt215.c275 int idx, u32 pll, int dom) in calc_clk()
363 prog_pll(struct gt215_clk *clk, int idx, u32 pll, int dom) in prog_pll()
407 prog_clk(struct gt215_clk *clk, int idx, int dom) in prog_clk()
443 prog_core(struct gt215_clk *clk, int dom) in prog_core()
/Linux-v6.6/arch/arm/include/asm/
Ddomain.h55 #define domain_mask(dom) ((3) << (2 * (dom))) argument
56 #define domain_val(dom,type) ((type) << (2 * (dom))) argument
/Linux-v6.6/net/sunrpc/
Dsvcauth.c181 struct auth_domain *dom = container_of(kref, struct auth_domain, ref); in auth_domain_release() local
188 void auth_domain_put(struct auth_domain *dom) in auth_domain_put()
Dsvcauth_unix.c45 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_unix_domain_release_rcu() local
52 static void svcauth_unix_domain_release(struct auth_domain *dom) in svcauth_unix_domain_release()
196 struct auth_domain *dom; in ip_map_parse() local
266 char *dom = "-no-domain-"; in ip_map_show() local
/Linux-v6.6/mm/
Dpage-writeback.c126 struct wb_domain *dom; member
556 static void wb_domain_writeout_add(struct wb_domain *dom, in wb_domain_writeout_add()
609 struct wb_domain *dom = from_timer(dom, t, period_timer); in writeout_period() local
626 int wb_domain_init(struct wb_domain *dom, gfp_t gfp) in wb_domain_init()
640 void wb_domain_exit(struct wb_domain *dom) in wb_domain_exit()
819 static unsigned long hard_dirty_limit(struct wb_domain *dom, in hard_dirty_limit()
863 struct wb_domain *dom = dtc_dom(dtc); in __wb_calc_thresh() local
1232 struct wb_domain *dom = dtc_dom(dtc); in update_dirty_limit() local
1262 struct wb_domain *dom = dtc_dom(dtc); in domain_update_dirty_limit() local
2204 struct wb_domain *dom = &global_wb_domain; in writeback_set_ratelimit() local
/Linux-v6.6/arch/x86/kernel/cpu/resctrl/
Dctrlmondata.c207 char *dom = NULL, *id; in parse_line() local
272 struct rdt_domain *dom = &hw_dom->d_resctrl; in apply_config() local
462 struct rdt_domain *dom; in show_doms() local
/Linux-v6.6/security/landlock/
Dfs.c654 const struct landlock_ruleset *const dom = in current_check_access_path() local
818 const struct landlock_ruleset *const dom = in current_check_refer_path() local
1131 const struct landlock_ruleset *const dom = in hook_path_mknod() local
1211 const struct landlock_ruleset *const dom = in hook_file_open() local
Dcred.c31 struct landlock_ruleset *const dom = landlock_cred(cred)->domain; in hook_cred_free() local
/Linux-v6.6/drivers/iommu/amd/
Diommu.c180 static struct protection_domain *to_pdomain(struct iommu_domain *dom) in to_pdomain()
2180 static void amd_iommu_domain_free(struct iommu_domain *dom) in amd_iommu_domain_free()
2200 static int amd_iommu_attach_device(struct iommu_domain *dom, in amd_iommu_attach_device()
2236 static void amd_iommu_iotlb_sync_map(struct iommu_domain *dom, in amd_iommu_iotlb_sync_map()
2246 static int amd_iommu_map_pages(struct iommu_domain *dom, unsigned long iova, in amd_iommu_map_pages()
2293 static size_t amd_iommu_unmap_pages(struct iommu_domain *dom, unsigned long iova, in amd_iommu_unmap_pages()
2313 static phys_addr_t amd_iommu_iova_to_phys(struct iommu_domain *dom, in amd_iommu_iova_to_phys()
2413 struct protection_domain *dom = to_pdomain(domain); in amd_iommu_flush_iotlb_all() local
2425 struct protection_domain *dom = to_pdomain(domain); in amd_iommu_iotlb_sync() local
2511 void amd_iommu_domain_direct_map(struct iommu_domain *dom) in amd_iommu_domain_direct_map()
[all …]
/Linux-v6.6/drivers/pmdomain/amlogic/
Dmeson-ee-pwrc.c417 struct meson_ee_pwrc_domain *dom) in meson_ee_pwrc_init_domain()
536 struct meson_ee_pwrc_domain *dom = &pwrc->domains[i]; in meson_ee_pwrc_probe() local
556 struct meson_ee_pwrc_domain *dom = &pwrc->domains[i]; in meson_ee_pwrc_shutdown() local
/Linux-v6.6/drivers/s390/crypto/
Dpkey_api.c259 u16 card, dom; in pkey_clr2ep11key() local
297 u16 card, dom; in pkey_ep11key2pkey() local
703 int i, card, dom, rc; in pkey_genseckey2() local
765 int i, card, dom, rc; in pkey_clr2seckey2() local
971 int i, card, dom, rc; in pkey_keyblob2pkey2() local
1224 int i, card, dom, rc; in pkey_keyblob2pkey3() local
2039 int i, rc, card, dom; in pkey_ccacipher_aes_attr_read() local
2162 int i, rc, card, dom; in pkey_ep11_aes_attr_read() local

1234