/openbmc/linux/tools/perf/ |
H A D | builtin-kwork.c | 201 struct kwork_atom *atom = NULL; in atom_new() local 207 atom = &page->atoms[i]; in atom_new() 222 atom = &page->atoms[0]; in atom_new() 227 atom->time = sample->time; in atom_new() 228 atom->prev = NULL; in atom_new() 229 atom->page_addr = page; in atom_new() 230 atom->bit_inpage = i; in atom_new() 231 return atom; in atom_new() 234 static void atom_free(struct kwork_atom *atom) in atom_free() argument 236 if (atom->prev != NULL) in atom_free() [all …]
|
H A D | builtin-sched.c | 522 struct sched_atom *atom) in perf_sched__process_event() argument 526 switch (atom->type) { in perf_sched__process_event() 528 burn_nsecs(sched, atom->duration); in perf_sched__process_event() 531 if (atom->wait_sem) in perf_sched__process_event() 532 ret = sem_wait(atom->wait_sem); in perf_sched__process_event() 536 if (atom->wait_sem) in perf_sched__process_event() 537 ret = sem_post(atom->wait_sem); in perf_sched__process_event() 1065 struct work_atom *atom = zalloc(sizeof(*atom)); in add_sched_out_event() local 1066 if (!atom) { in add_sched_out_event() 1071 atom->sched_out_time = timestamp; in add_sched_out_event() [all …]
|
/openbmc/linux/tools/perf/Documentation/ |
H A 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. 39 To enable a core only event or atom only event, following syntax is supported: 51 When creating one event and the event is available on both atom and core, 52 two events are created automatically. One is for atom, the other is for 58 (from atom or from core). The original perf event type PERF_TYPE_HARDWARE 113 0x8 in 0x800000000 indicates it's cpu_atom pmu (atom pmu type id is random). 116 and create 'cycles' (0x800000000) on cpu16-cpu23 (atom cpus). 125 The first 'cycles' is core event, the second 'cycles' is atom event. [all …]
|
/openbmc/linux/sound/soc/intel/atom/ |
H A 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
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 2004 struct nv50_atom *atom = nv50_atom(state); in nv50_disp_atomic_commit_tail() local 2011 NV_ATOMIC(drm, "commit %d %d\n", atom->lock_core, atom->flush_disable); in nv50_disp_atomic_commit_tail() 2019 if (atom->lock_core) in nv50_disp_atomic_commit_tail() 2036 nv50_head_flush_clr(head, asyh, atom->flush_disable); in nv50_disp_atomic_commit_tail() 2051 nv50_wndw_flush_clr(wndw, interlock, atom->flush_disable, asyw); in nv50_disp_atomic_commit_tail() 2055 list_for_each_entry(outp, &atom->outp, head) { in nv50_disp_atomic_commit_tail() 2080 if (atom->flush_disable) { in nv50_disp_atomic_commit_tail() 2094 list_for_each_entry_safe(outp, outt, &atom->outp, head) { in nv50_disp_atomic_commit_tail() 2186 (!asyw->clr.mask || atom->flush_disable)) in nv50_disp_atomic_commit_tail() 2199 !atom->state.legacy_cursor_update) in nv50_disp_atomic_commit_tail() [all …]
|
H A 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()
|
H A D | crc.h | 86 void nv50_crc_atomic_check_outp(struct nv50_atom *atom); 116 static inline void nv50_crc_atomic_check_outp(struct nv50_atom *atom) {} in nv50_crc_atomic_check_outp() argument
|
H A D | crc.c | 353 struct nv50_atom *atom = nv50_atom(asyh->state.state); in nv50_crc_atomic_check_head() local 370 atom->flush_disable = true; in nv50_crc_atomic_check_head() 379 void nv50_crc_atomic_check_outp(struct nv50_atom *atom) in nv50_crc_atomic_check_outp() argument 385 if (atom->flush_disable) in nv50_crc_atomic_check_outp() 388 for_each_oldnew_crtc_in_state(&atom->state, crtc, old_crtc_state, in nv50_crc_atomic_check_outp() 413 list_for_each_entry(outp_atom, &atom->outp, head) { in nv50_crc_atomic_check_outp() 416 atom->flush_disable = true; in nv50_crc_atomic_check_outp()
|
/openbmc/linux/drivers/clk/x86/ |
H A D | Makefile | 3 obj-$(CONFIG_X86_INTEL_LPSS) += clk-lpss-atom.o clk-pmc-atom.o
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | Makefile | 18 snd-sof-intel-atom-objs := atom.o 20 obj-$(CONFIG_SND_SOC_SOF_INTEL_ATOM_HIFI_EP) += snd-sof-intel-atom.o
|
/openbmc/linux/drivers/net/wireless/intersil/orinoco/ |
H A 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()
|
H A D | scan.h | 14 struct agere_ext_scan_info *atom,
|
/openbmc/linux/tools/perf/arch/powerpc/util/ |
H A 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()
|
/openbmc/linux/sound/soc/intel/ |
H A D | Makefile | 6 obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += atom/
|
/openbmc/linux/arch/x86/platform/ |
H A D | Makefile | 3 obj-y += atom/
|
/openbmc/linux/arch/x86/ |
H A 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))
|
H A D | Makefile | 156 cflags-$(CONFIG_MATOM) += -march=atom 163 rustflags-$(CONFIG_MATOM) += -Ctarget-cpu=atom
|
/openbmc/linux/tools/perf/util/ |
H A 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()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.h | 702 static inline MemOp finalize_memop_atom(DisasContext *s, MemOp opc, MemOp atom) in finalize_memop_atom() argument 707 return opc | atom | s->be_data; in finalize_memop_atom() 719 MemOp atom = s->lse2 ? MO_ATOM_WITHIN16 : MO_ATOM_IFALIGN; in finalize_memop() local 720 return finalize_memop_atom(s, opc, atom); in finalize_memop() 733 MemOp atom = s->lse2 ? MO_ATOM_WITHIN16_PAIR : MO_ATOM_IFALIGN_PAIR; in finalize_memop_pair() local 734 return finalize_memop_atom(s, opc, atom); in finalize_memop_pair()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-sst-atom | 6 LPE Firmware version for SST driver on all atom
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 2149 MemOp atom; in do_ld_beN() local 2161 atom = mop & MO_ATOM_MASK; in do_ld_beN() 2162 switch (atom) { in do_ld_beN() 2171 if (atom == MO_ATOM_IFALIGN_PAIR in do_ld_beN() 2200 MemOp atom; in do_ld16_beN() local 2210 atom = mop & MO_ATOM_MASK; in do_ld16_beN() 2211 switch (atom) { in do_ld16_beN() 2557 MemOp atom; in do_st_leN() local 2571 atom = mop & MO_ATOM_MASK; in do_st_leN() 2572 switch (atom) { in do_st_leN() [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-1.5.rst | 33 .. _migration-1.5-atom-pc-bsp: 35 ``atom-pc`` Board Support Package (BSP) 38 The ``atom-pc`` hardware reference BSP has been replaced by a 41 ``atom-pc`` did.
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | Makefile | 36 atom.o radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 205 args->atom.atom); in define_event_symbols()
|
/openbmc/openbmc/poky/meta/recipes-support/boost/boost/ |
H A D | 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch | 110 -cpu-flags gcc OPTIONS : x86 : atom : -march=atom ;
|