Home
last modified time | relevance | path

Searched refs:that (Results 1 - 25 of 213) sorted by relevance

123456789

/kernel/linux/linux-5.10/arch/x86/events/amd/
H A Duncore.c196 * We'll also assume that they want to count slice 0 if they specify in l3_thread_slice_mask()
218 * that share the same NB / Last level cache. On family 16h and below, in amd_uncore_event_init()
417 struct amd_uncore *that; in amd_uncore_find_online_sibling() local
420 that = *per_cpu_ptr(uncores, cpu); in amd_uncore_find_online_sibling()
422 if (!that) in amd_uncore_find_online_sibling()
425 if (this == that) in amd_uncore_find_online_sibling()
428 if (this->id == that->id) { in amd_uncore_find_online_sibling()
430 this = that; in amd_uncore_find_online_sibling()
508 struct amd_uncore *that = *per_cpu_ptr(uncores, i); in uncore_down_prepare() local
513 if (this == that) { in uncore_down_prepare()
[all...]
/kernel/linux/linux-5.10/tools/scripts/
H A Dutilities.mak28 # something that won't be converted, so that the
50 # in an `awk' program that is delimited by shell
52 # that are chosen.
66 # expression constant in an `awk' program that is
68 # of the characters that are chosen.
82 # This function produces text that is suitable for
83 # embedding in a shell string that is delimited by
114 # that works as a shell word, regardless of whether or
/kernel/linux/linux-6.6/tools/scripts/
H A Dutilities.mak28 # something that won't be converted, so that the
50 # in an `awk' program that is delimited by shell
52 # that are chosen.
66 # expression constant in an `awk' program that is
68 # of the characters that are chosen.
82 # This function produces text that is suitable for
83 # embedding in a shell string that is delimited by
114 # that works as a shell word, regardless of whether or
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dskeleton.S4 | This file contains code that is system dependent and will
8 | Put any target system specific handling that must be done immediately
11 | table so that the 'jmp' can be eliminated. If the FPSP determines that the
12 | exception is one that must be reported then there will be a
13 | return from the package by a 'jmp real_xxxx'. At that point
16 | that caused the exception will still be pending when the FPSP
96 | that this fix is only for d43b parts, and is skipped if the
297 | A 'real' F-line exception is one that the FPSP isn't supposed to
298 | handle. E.g. an instruction with a co-processor ID that i
[all...]
H A Dx_unimp.S8 | op-code that hardware does not support. Trap vector# 11
55 | The following lines are used to ensure that the FPSR
H A Dsetox.S72 | Note also that the constant 16380 log(2) used in Step 1.3
97 | that the calculated value Z is
134 | Note that 0.0062 is slightly bigger than 0.57 log2/64.
146 | and t is in single precision. Note also that T is rounded
147 | to 62 bits so that the last two bits of T are zero. The
148 | reason for such a special form is that T-1, T-2, and T-8
149 | will all be exact --- a property that will give much
160 | neither overflow nor underflow. If AdjFlag = 1, that
161 | means that
164 | When that i
[all...]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dskeleton.S4 | This file contains code that is system dependent and will
8 | Put any target system specific handling that must be done immediately
11 | table so that the 'jmp' can be eliminated. If the FPSP determines that the
12 | exception is one that must be reported then there will be a
13 | return from the package by a 'jmp real_xxxx'. At that point
16 | that caused the exception will still be pending when the FPSP
96 | that this fix is only for d43b parts, and is skipped if the
297 | A 'real' F-line exception is one that the FPSP isn't supposed to
298 | handle. E.g. an instruction with a co-processor ID that i
[all...]
H A Dx_unimp.S8 | op-code that hardware does not support. Trap vector# 11
55 | The following lines are used to ensure that the FPSR
H A Dsetox.S72 | Note also that the constant 16380 log(2) used in Step 1.3
97 | that the calculated value Z is
134 | Note that 0.0062 is slightly bigger than 0.57 log2/64.
146 | and t is in single precision. Note also that T is rounded
147 | to 62 bits so that the last two bits of T are zero. The
148 | reason for such a special form is that T-1, T-2, and T-8
149 | will all be exact --- a property that will give much
160 | neither overflow nor underflow. If AdjFlag = 1, that
161 | means that
164 | When that i
[all...]
/kernel/linux/linux-6.6/arch/x86/events/amd/
H A Duncore.c206 * We'll also assume that they want to count slice 0 if they specify in l3_thread_slice_mask()
232 * that share the same NB / Last level cache. On family 16h and below, in amd_uncore_event_init()
502 struct amd_uncore *that; in amd_uncore_find_online_sibling() local
505 that = *per_cpu_ptr(uncores, cpu); in amd_uncore_find_online_sibling()
507 if (!that) in amd_uncore_find_online_sibling()
510 if (this == that) in amd_uncore_find_online_sibling()
513 if (this->id == that->id) { in amd_uncore_find_online_sibling()
515 this = that; in amd_uncore_find_online_sibling()
594 struct amd_uncore *that = *per_cpu_ptr(uncores, i); in uncore_down_prepare() local
599 if (this == that) { in uncore_down_prepare()
[all...]
/kernel/linux/linux-5.10/scripts/
H A Ddev-needs.sh26 -d lists the driver name of the dependencies that have probed
27 -m lists the module name of the dependencies that have a module
33 --allow-no-driver By default dependencies that don't have a driver
35 device links to "class" devices that are created
247 # Stop at the first argument that's not an option.
H A Dexport_report.pl169 modules. Each module lists the modules, and the symbols from that module that
/kernel/linux/linux-6.6/scripts/
H A Ddev-needs.sh26 -d lists the driver name of the dependencies that have probed
27 -m lists the module name of the dependencies that have a module
33 --allow-no-driver By default dependencies that don't have a driver
35 device links to "class" devices that are created
247 # Stop at the first argument that's not an option.
H A Dexport_report.pl169 modules. Each module lists the modules, and the symbols from that module that
/kernel/linux/linux-5.10/arch/ia64/
H A DMakefile4 # This file is included by the global makefile so that you can add your own
34 $(error Sorry, you need a newer version of the assember, one that is built from \
35 a source-tree that post-dates 18-Dec-2002. You can find a pre-compiled \
/kernel/linux/linux-6.6/arch/ia64/
H A DMakefile4 # This file is included by the global makefile so that you can add your own
33 $(error Sorry, you need a newer version of the assember, one that is built from \
34 a source-tree that post-dates 18-Dec-2002. You can find a pre-compiled \
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
H A Diskeleton.S25 |redistributed versions, and that such modified versions are clearly identified as such.
60 | _isp_unimp() branches to here so that the operating system
125 | Remember that a trace exception may be pending. The code below performs
185 | algorithms so that no page faults occur within the "core" code
199 | preempted until _060_unlock_page(), so that the page stays mapped.
253 | page that has been "locked" previously with _real_lock_page.
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/
H A Diskeleton.S25 |redistributed versions, and that such modified versions are clearly identified as such.
60 | _isp_unimp() branches to here so that the operating system
125 | Remember that a trace exception may be pending. The code below performs
185 | algorithms so that no page faults occur within the "core" code
199 | preempted until _060_unlock_page(), so that the page stays mapped.
253 | page that has been "locked" previously with _real_lock_page.
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dirq-s3c24xx-fiq.S24 @ defined in fiq.h so that they can be shared with the C files which
53 @@ set IRQ controller so that next op will trigger IRQ
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H A Dsleep.S136 @ Wow, now the hardware suspend request pins can be used, that makes them functional for
137 @ about 7 ns out of the entire time that the CPU is running!
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H A Dsleep.S136 @ Wow, now the hardware suspend request pins can be used, that makes them functional for
137 @ about 7 ns out of the entire time that the CPU is running!
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Drun_vmtests.sh52 ksm tests that do not require >=2 NUMA nodes
54 ksm tests that require >=2 NUMA nodes
67 test handling of code that might set PTE/PMD dirty in
275 # set overcommit_policy as OVERCOMMIT_ALWAYS so that kernel
/kernel/linux/linux-6.6/tools/rcu/
H A Dextract-stall.sh6 echo Filter out clocksource lines. Note that preceding-lines excludes the
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dstrcat.S39 and $2, 0xf0, $3 # binary search for that set bit
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dstrcat.S39 and $2, 0xf0, $3 # binary search for that set bit

Completed in 9 milliseconds

123456789