/Linux-v5.15/tools/perf/Documentation/ |
D | intel-hybrid.txt | 6 it consists of atom cpu and core cpu. Each cpu has dedicated event list. 8 on atom cpu and even part of events are available on both. 22 It indicates cpu0-cpu15 are core cpus and cpu16-cpu23 are atom cpus. 45 To enable a core only event or atom only event, following syntax is supported: 58 When creating one event and the event is available on both atom and core, 59 two events are created automatically. One is for atom, the other is for 65 (from atom or from core). The original perf event type PERF_TYPE_HARDWARE 120 0x8 in 0x800000000 indicates it's cpu_atom pmu (atom pmu type id is random). 123 and create 'cycles' (0x800000000) on cpu16-cpu23 (atom cpus). 132 The first 'cycles' is core event, the second 'cycles' is atom event. [all …]
|
/Linux-v5.15/sound/soc/intel/atom/ |
D | Makefile | 2 snd-soc-sst-atom-hifi2-platform-objs := sst-mfld-platform-pcm.o \ 4 sst-atom-controls.o 6 obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += snd-soc-sst-atom-hifi2-platform.o
|
/Linux-v5.15/drivers/clk/x86/ |
D | Makefile | 2 obj-$(CONFIG_PMC_ATOM) += clk-pmc-atom.o 4 clk-x86-lpss-y := clk-lpss-atom.o
|
/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 2125 struct nv50_atom *atom = nv50_atom(state); in nv50_disp_atomic_commit_tail() local 2132 NV_ATOMIC(drm, "commit %d %d\n", atom->lock_core, atom->flush_disable); in nv50_disp_atomic_commit_tail() 2139 if (atom->lock_core) in nv50_disp_atomic_commit_tail() 2156 nv50_head_flush_clr(head, asyh, atom->flush_disable); in nv50_disp_atomic_commit_tail() 2171 nv50_wndw_flush_clr(wndw, interlock, atom->flush_disable, asyw); in nv50_disp_atomic_commit_tail() 2175 list_for_each_entry(outp, &atom->outp, head) { in nv50_disp_atomic_commit_tail() 2200 if (atom->flush_disable) { in nv50_disp_atomic_commit_tail() 2214 list_for_each_entry_safe(outp, outt, &atom->outp, head) { in nv50_disp_atomic_commit_tail() 2306 (!asyw->clr.mask || atom->flush_disable)) in nv50_disp_atomic_commit_tail() 2319 !atom->state.legacy_cursor_update) in nv50_disp_atomic_commit_tail() [all …]
|
D | atom.h | 161 nv50_head_atom_get_encoder(struct nv50_head_atom *atom) in nv50_head_atom_get_encoder() argument 166 drm_for_each_encoder_mask(encoder, atom->state.crtc->dev, in nv50_head_atom_get_encoder() 167 atom->state.encoder_mask) in nv50_head_atom_get_encoder()
|
D | crc.h | 88 void nv50_crc_atomic_check_outp(struct nv50_atom *atom); 117 static inline void nv50_crc_atomic_check_outp(struct nv50_atom *atom) {} in nv50_crc_atomic_check_outp() argument
|
D | crc.c | 349 struct nv50_atom *atom = nv50_atom(asyh->state.state); in nv50_crc_atomic_check_head() local 391 atom->flush_disable = true; in nv50_crc_atomic_check_head() 400 void nv50_crc_atomic_check_outp(struct nv50_atom *atom) in nv50_crc_atomic_check_outp() argument 406 if (atom->flush_disable) in nv50_crc_atomic_check_outp() 409 for_each_oldnew_crtc_in_state(&atom->state, crtc, old_crtc_state, in nv50_crc_atomic_check_outp() 425 list_for_each_entry(outp_atom, &atom->outp, head) { in nv50_crc_atomic_check_outp() 428 atom->flush_disable = true; in nv50_crc_atomic_check_outp()
|
/Linux-v5.15/sound/soc/sof/intel/ |
D | Makefile | 16 snd-sof-intel-atom-objs := atom.o 18 obj-$(CONFIG_SND_SOC_SOF_INTEL_ATOM_HIFI_EP) += snd-sof-intel-atom.o
|
/Linux-v5.15/tools/perf/ |
D | builtin-sched.c | 520 struct sched_atom *atom) in perf_sched__process_event() argument 524 switch (atom->type) { in perf_sched__process_event() 526 burn_nsecs(sched, atom->duration); in perf_sched__process_event() 529 if (atom->wait_sem) in perf_sched__process_event() 530 ret = sem_wait(atom->wait_sem); in perf_sched__process_event() 534 if (atom->wait_sem) in perf_sched__process_event() 535 ret = sem_post(atom->wait_sem); in perf_sched__process_event() 1043 struct work_atom *atom = zalloc(sizeof(*atom)); in add_sched_out_event() local 1044 if (!atom) { in add_sched_out_event() 1049 atom->sched_out_time = timestamp; in add_sched_out_event() [all …]
|
/Linux-v5.15/drivers/net/wireless/intersil/orinoco/ |
D | scan.c | 231 union hermes_scan_info *atom; in orinoco_add_hostscan_results() local 233 atom = (union hermes_scan_info *) (buf + offset); in orinoco_add_hostscan_results() 235 orinoco_add_hostscan_result(priv, atom); in orinoco_add_hostscan_results()
|
D | scan.h | 14 struct agere_ext_scan_info *atom,
|
D | main.c | 1153 struct prism2_scan_apinfo *atom = NULL; in orinoco_join_ap() local 1189 atom = (struct prism2_scan_apinfo *) (buf + offset); in orinoco_join_ap() 1190 if (memcmp(&atom->bssid, priv->desired_bssid, ETH_ALEN) == 0) { in orinoco_join_ap() 1203 req.channel = atom->channel; /* both are little-endian */ in orinoco_join_ap()
|
/Linux-v5.15/sound/soc/intel/ |
D | Makefile | 6 obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += atom/
|
/Linux-v5.15/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 66 !(nops == 1 && ops[0].atom == DW_OP_regx && in check_return_reg() 84 if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 && in check_return_reg()
|
/Linux-v5.15/arch/x86/platform/ |
D | Makefile | 3 obj-y += atom/
|
/Linux-v5.15/arch/x86/ |
D | Makefile_32.cpu | 36 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom,$(call cc-option,-march=core2,-march=i686))… 37 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
|
D | Makefile | 123 cflags-$(CONFIG_MATOM) += -march=atom
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-platform-sst-atom | 6 LPE Firmware version for SST driver on all atom
|
/Linux-v5.15/tools/perf/util/ |
D | probe-finder.c | 242 if (op->atom == DW_OP_addr) { in convert_variable_location() 259 if (op->atom == DW_OP_fbreg) { in convert_variable_location() 267 if (op->atom >= DW_OP_breg0 && op->atom <= DW_OP_breg31) { in convert_variable_location() 268 regn = op->atom - DW_OP_breg0; in convert_variable_location() 271 } else if (op->atom >= DW_OP_reg0 && op->atom <= DW_OP_reg31) { in convert_variable_location() 272 regn = op->atom - DW_OP_reg0; in convert_variable_location() 273 } else if (op->atom == DW_OP_bregx) { in convert_variable_location() 277 } else if (op->atom == DW_OP_regx) { in convert_variable_location() 280 pr_debug("DW_OP %x is not supported.\n", op->atom); in convert_variable_location() 726 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
|
/Linux-v5.15/tools/lib/traceevent/ |
D | event-parse.c | 871 free(arg->atom.atom); in free_arg() 2059 ret = append(&left->atom.atom, " ", "*"); in process_op() 2330 *val = strtoll(arg->atom.atom, NULL, 0); in arg_num_eval() 2496 return arg->atom.atom; in arg_eval() 2903 arg->typecast.type = arg->atom.atom; in process_paren() 3163 char *atom; in process_arg_token() local 3174 atom = token; in process_arg_token() 3186 type = process_function(event, arg, atom, &token); in process_arg_token() 3193 ret = append(&atom, " ", token); in process_arg_token() 3195 free(atom); in process_arg_token() [all …]
|
D | event-parse.h | 151 char *atom; member 246 struct tep_print_arg_atom atom; member
|
/Linux-v5.15/drivers/gpu/drm/radeon/ |
D | Makefile | 36 atom.o radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \
|
/Linux-v5.15/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 206 args->atom.atom); in define_event_symbols()
|
/Linux-v5.15/block/ |
D | sed-opal.c | 562 u8 atom; in add_short_atom_header() local 565 atom = SHORT_ATOM_ID; in add_short_atom_header() 566 atom |= bytestring ? SHORT_ATOM_BYTESTRING : 0; in add_short_atom_header() 567 atom |= has_sign ? SHORT_ATOM_SIGNED : 0; in add_short_atom_header() 568 atom |= len & SHORT_ATOM_LEN_MASK; in add_short_atom_header() 570 add_token_u8(&err, cmd, atom); in add_short_atom_header()
|
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | Makefile | 46 atom.o amdgpu_fence.o amdgpu_ttm.o amdgpu_object.o amdgpu_gart.o \
|