Home
last modified time | relevance | path

Searched refs:instructions (Results 126 – 150 of 657) sorted by relevance

12345678910>>...27

/openbmc/linux/tools/perf/util/
H A Dstat-shadow.c312 int aggr_idx, double instructions, in print_instructions() argument
323 instructions / cycles); in print_instructions()
327 if (max_stalled && instructions) { in print_instructions()
330 max_stalled / instructions); in print_instructions()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/snappy/snappy/
H A Dfix-build-on-32bit-arm.patch6 The actual NEON implementation uses instructions that are not
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-core.c1203 u32 instructions, fields; in cx23885_risc_buffer() local
1217 instructions = fields * (1 + ((bpl + padding) * lines) in cx23885_risc_buffer()
1219 instructions += 5; in cx23885_risc_buffer()
1220 risc->size = instructions * 12; in cx23885_risc_buffer()
1247 u32 instructions; in cx23885_risc_databuffer() local
1255 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx23885_risc_databuffer()
1256 instructions += 4; in cx23885_risc_databuffer()
1258 risc->size = instructions * 12; in cx23885_risc_databuffer()
1280 u32 instructions, fields; in cx23885_risc_vbibuffer() local
1296 instructions += 5; in cx23885_risc_vbibuffer()
[all …]
/openbmc/qemu/target/riscv/
H A Dxthead.decode2 # Translation routines for the instructions of the XThead* ISA extensions
49 # functions (mirroring the `sh[123]add` instructions from Zba and
/openbmc/linux/Documentation/arch/openrisc/
H A Dopenrisc_port.rst17 Build instructions for OpenRISC toolchain and Linux
71 platform. Please follow the OpenRISC instructions on the QEMU website to get
/openbmc/linux/arch/arm/nwfpe/
H A Dentry.S102 @ We need to be prepared for the instructions at .Lx1 and .Lx2
120 @ Only FPE instructions are dispatched here, everything else
/openbmc/linux/arch/powerpc/crypto/
H A DKconfig35 powerpc64 AltiVec extensions (POWER8 vpmsum instructions).
111 Support for cryptographic acceleration instructions on Power10 or
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-events6 /sys/devices/cpu/events/branch-instructions
8 /sys/devices/cpu/events/instructions
/openbmc/linux/arch/arm/mach-omap1/
H A Dsleep.S190 @ Errata (HEL3SU467, section 1.4.4) specifies nop-instructions
196 @ => 74 nop-instructions
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/
H A D0003-Remove-neon-option-from-cross-compilation.patch6 Not every arm platform supports neon instructions, so do not enforce
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/files/
H A D0001-versioneer.py-do-not-use-SafeConfigParser.patch20 # the top of versioneer.py for instructions on writing your setup.cfg .
/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A Darch-armv8-2a.inc3 TUNEVALID[armv8-2a] = "Enable instructions for ARMv8.2-a"
/openbmc/linux/Documentation/devicetree/bindings/misc/
H A Dxlnx,tmr-inject.yaml14 injection by changing selected MicroBlaze instructions, which provides the
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/scp-firmware/
H A Dscp-firmware-n1sdp.inc1 # N1SDP specific SCP configurations and build instructions
/openbmc/linux/arch/powerpc/platforms/
H A DKconfig.cputype383 processes can execute altivec instructions.
400 processes can execute VSX instructions.
420 'spe enable' bit so user processes can execute SPE instructions.
473 POWER10 and later CPUs support prefixed instructions, 8 byte
474 instructions that include large immediate, pc relative addressing,
477 This option builds the kernel with prefixed instructions, and
480 Kernel support for prefixed instructions in applications and guests
/openbmc/qemu/target/arm/tcg/
H A Da32.decode1 # A32 conditional instructions
220 # Miscellaneous instructions
412 # Media instructions
538 # Coprocessor instructions
541 # other coprocessor instructions always UNDEF.
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dsrso.rst13 AMD CPUs predict RET instructions using a Return Address Predictor (aka
21 non-architectural CALL instructions in kernel space and use this to
145 The mitigation works by ensuring all RET instructions speculate to
/openbmc/openbmc/poky/meta/conf/machine/include/mips/
H A Dfeature-mips-mips16e.inc1 TUNEVALID[mips16e] = "Build target packages with MIPS16e ASE instructions"
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0019-Re-introduce-spe-commandline-options.patch27 +Generate SPE SIMD instructions on E500.
/openbmc/linux/Documentation/core-api/
H A Dprotection-keys.rst26 There are two instructions (RDPKRU/WRPKRU) for reading and writing to the
67 .. note:: pkey_set() is a wrapper for the RDPKRU and WRPKRU instructions.
/openbmc/docs/development/
H A DREADME.md3 This directory is focused on providing OpenBMC developers with the instructions
/openbmc/openbmc/meta-openembedded/meta-networking/
H A DREADME.md39 maintainers of this layer, as well as instructions for submitting patches.
/openbmc/linux/arch/m68k/ifpsp060/
H A Dfskeleton.S207 | vector number 11: FP Unimplemented Instructions, FP implemented instructions when
208 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
221 | vector number 11: FP Unimplemented Instructions, FP implemented instructions when
222 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
/openbmc/linux/arch/x86/kvm/
H A Dxen.c1058 u8 instructions[32]; in kvm_xen_write_hypercall_page() local
1065 instructions[0] = 0xb8; in kvm_xen_write_hypercall_page()
1068 static_call(kvm_x86_patch_hypercall)(vcpu, instructions + 5); in kvm_xen_write_hypercall_page()
1071 instructions[8] = 0xc3; in kvm_xen_write_hypercall_page()
1074 memset(instructions + 9, 0xcc, sizeof(instructions) - 9); in kvm_xen_write_hypercall_page()
1076 for (i = 0; i < PAGE_SIZE / sizeof(instructions); i++) { in kvm_xen_write_hypercall_page()
1077 *(u32 *)&instructions[1] = i; in kvm_xen_write_hypercall_page()
1079 page_addr + (i * sizeof(instructions)), in kvm_xen_write_hypercall_page()
1080 instructions, sizeof(instructions))) in kvm_xen_write_hypercall_page()
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A D0002-Constant-Fix-up-shebang.patch6 The instructions indicate that the script should be explicitly passed to

12345678910>>...27