/linux/kernel/printk/ |
H A D | nbcon.c | 130 atomic_set(&ACCESS_PRIVATE(con, nbcon_state), new->atom); in nbcon_state_set() 140 state->atom = atomic_read(&ACCESS_PRIVATE(con, nbcon_state)); in nbcon_state_read() 154 return atomic_try_cmpxchg(&ACCESS_PRIVATE(con, nbcon_state), &cur->atom, new->atom); in nbcon_state_try_cmpxchg() 267 new.atom = cur->atom; in nbcon_context_try_acquire_direct() 363 new.atom = cur->atom; in nbcon_context_try_acquire_requested() 453 new.atom = cur->atom; in nbcon_context_try_acquire_handover() 458 cur->atom = new.atom; in nbcon_context_try_acquire_handover() 491 new.atom = cur->atom; in nbcon_context_try_acquire_handover() 498 cur->atom = new.atom; in nbcon_context_try_acquire_handover() 546 new.atom = cur->atom; in nbcon_context_try_acquire_hostile() [all …]
|
/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 …]
|
H A D | perf-stat.txt | 567 (e.g. core or atom)"
|
/linux/sound/soc/intel/atom/ |
H A D | Makefile | 2 snd-soc-sst-atom-hifi2-platform-y := 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/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 2100 struct nv50_atom *atom = nv50_atom(state); in nv50_disp_atomic_commit_core() local 2126 list_for_each_entry(outp, &atom->outp, head) { in nv50_disp_atomic_commit_core() 2170 struct nv50_atom *atom = nv50_atom(state); in nv50_disp_atomic_commit_tail() local 2177 NV_ATOMIC(drm, "commit %d %d\n", atom->lock_core, atom->flush_disable); in nv50_disp_atomic_commit_tail() 2185 if (atom->lock_core) in nv50_disp_atomic_commit_tail() 2202 nv50_head_flush_clr(head, asyh, atom->flush_disable); in nv50_disp_atomic_commit_tail() 2217 nv50_wndw_flush_clr(wndw, interlock, atom->flush_disable, asyw); in nv50_disp_atomic_commit_tail() 2221 list_for_each_entry(outp, &atom->outp, head) { in nv50_disp_atomic_commit_tail() 2240 if (atom->flush_disable) { in nv50_disp_atomic_commit_tail() 2254 list_for_each_entry(outp, &atom->outp, head) { 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.c | 355 struct nv50_atom *atom = nv50_atom(asyh->state.state); in nv50_crc_atomic_check_head() local 372 atom->flush_disable = true; in nv50_crc_atomic_check_head() 381 void nv50_crc_atomic_check_outp(struct nv50_atom *atom) in nv50_crc_atomic_check_outp() argument 387 if (atom->flush_disable) in nv50_crc_atomic_check_outp() 390 for_each_oldnew_crtc_in_state(&atom->state, crtc, old_crtc_state, in nv50_crc_atomic_check_outp() 415 list_for_each_entry(outp_atom, &atom->outp, head) { in nv50_crc_atomic_check_outp() 418 atom->flush_disable = true; in nv50_crc_atomic_check_outp()
|
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
|
/linux/drivers/clk/x86/ |
H A D | Makefile | 3 obj-$(CONFIG_X86_INTEL_LPSS) += clk-lpss-atom.o clk-pmc-atom.o
|
/linux/sound/soc/sof/intel/ |
H A D | Makefile | 19 snd-sof-intel-atom-y := atom.o 21 obj-$(CONFIG_SND_SOC_SOF_INTEL_ATOM_HIFI_EP) += snd-sof-intel-atom.o
|
/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()
|
/linux/sound/soc/intel/ |
H A D | Makefile | 6 obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += atom/
|
/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 | 185 cflags-$(CONFIG_MATOM) += -march=atom 192 rustflags-$(CONFIG_MATOM) += -Ctarget-cpu=atom
|
/linux/arch/x86/platform/ |
H A D | Makefile | 3 obj-y += atom/
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-sst-atom | 6 LPE Firmware version for SST driver on all atom
|
/linux/drivers/gpu/drm/radeon/ |
H A D | Makefile | 36 atom.o radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \
|
/linux/include/linux/ |
H A D | console.h | 221 unsigned int atom; member
|
/linux/tools/perf/util/ |
H A D | annotate-data.c | 104 switch (ops->atom) { in pr_debug_location() 106 pr_info("reg%d\n", ops->atom - DW_OP_reg0); in pr_debug_location() 110 ops->atom - DW_OP_breg0, (long)ops->number); in pr_debug_location() 127 ops->atom, (long)ops->number); in pr_debug_location()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | Makefile | 51 atom.o amdgpu_fence.o amdgpu_ttm.o amdgpu_object.o amdgpu_gart.o \
|
/linux/scripts/ |
H A D | get_maintainer.pl | 2570 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))"; 2571 my $word = "(?:$atom|$quoted_string)"; 2574 my $sub_domain = "(?:$atom|$domain_literal)";
|