Searched refs:is (Results 126 - 150 of 344) sorted by relevance

1234567891011>>

/linux-master/arch/arm/boot/compressed/
H A Defi-header.S18 @ This is a two-instruction NOP, which happens to bear the
20 @ is accepted as an EFI binary. Booting via the UEFI stub
/linux-master/arch/x86/platform/olpc/
H A Dxo1-wakeup.S35 # Control registers were modified, pipeline resync is needed
97 # This is the stack context we want to remember
/linux-master/arch/arm/lib/
H A Dmemmove.S21 * If the memory regions don't overlap, we simply branch to memcpy which is
22 * normally a bit faster. Otherwise the copy is done going downwards. This
23 * is a transposition of the code from copy_template.S but with the copy
56 CALGN( sbcsne r4, ip, r2 ) @ C is always set here
59 CALGN( subs r2, r2, ip ) @ C is set here
80 addne pc, pc, ip @ C is always clear here
140 CALGN( sbcsne r4, ip, r2 ) @ C is always set here
H A Dbacktrace.S14 @ fp is 0 or stack frame
30 movs frame, r0 @ if frame pointer is zero
104 @ frame is below the previous frame, accept it as long as it
/linux-master/arch/mips/kernel/
H A Dentry.S2 * This file is subject to the terms and conditions of the GNU General Public
122 andi t0, a2, _TIF_NEED_RESCHED # a2 is preloaded with TI_FLAGS
132 andi t0, a2, _TIF_WORK_MASK # is there any work to be done
162 and t0, a2 # a2 is preloaded with TI_FLAGS
/linux-master/drivers/clk/bcm/
H A Dclk-nsp.c16 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \
17 .pwr_shift = ps, .iso_shift = is }
/linux-master/tools/testing/selftests/cpu-hotplug/
H A Dcpu-on-off-test.sh5 # Kselftest framework requirement - SKIP code is 4.
23 echo $msg sysfs is not mounted >&2
28 echo $msg cpu hotplug is not supported >&2
37 echo "$msg: since there is only one cpu: $online_cpus"
/linux-master/fs/ext4/
H A Dxattr.h48 __le32 e_value_inum; /* inode in which the value is stored */
74 * XATTR_SIZE_MAX is currently 64k, but for the purposes of checking
78 * worry about arithmetic overflows. (Actually XATTR_SIZE_MAX is
79 * defined in include/uapi/linux/limits.h, so changing it is going
100 * i_extra_isize is not 0 and that the inode size is not less than
145 * The EXT4_STATE_NO_EXPAND is overloaded and used for two purposes.
146 * The first is to signal that there the inline xattrs and data are
148 * expand it. The second is that xattr_sem is take
[all...]
/linux-master/scripts/atomic/
H A Dgen-atomic-instrumented.sh25 # An atomic RMW: if this parameter is not a constant, and this atomic is
26 # not just a 's'tore, this parameter is both read from and written to.
42 # RMW with return value is fully ordered
139 * KASAN, KCSAN), which should be used unless it is necessary to avoid
140 * instrumentation. Where it is necessary to aovid instrumenation, the
/linux-master/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S43 # RBX contains the base address for TCS, which is the first address
62 # NOTE: as the selftest enclave is *not* intended for production,
/linux-master/scripts/
H A Dsphinx-pre-install308 printf "ERROR: Sphinx version is %s. It should be >= %s\n",
477 # On Tumbleweed, this package is also named rsvg-convert
724 print("Warning: virtual environment $f is not working.\nPython version upgrade? Remove it with:\n\n\trm -rf $f\n\n");
740 # Avoid running sphinx-builds from venv if $cur_version is good
768 # Return if the reason is due to an upgrade or not
777 # The logic here is complex, as it have to deal with different versions:
786 # Version is OK. Nothing to do.
792 # sphinx-build is present and its version is >= $min_version
839 # Version is abov
[all...]
H A Dleaking_addresses.pl10 # Use --debug to output path before parsing, this is useful to find files that
14 # When the system is idle it is likely that most files under /proc/PID will be
15 # identical for various processes. Scanning _all_ the PIDs under /proc is
16 # unnecessary and implies that we are thoroughly scanning /proc. This is _not_
172 # TODO: Why is hex() so impossibly slow?
234 state $is = is_arch('x86_64');
235 return $is;
240 state $is = is_arch('ppc64');
241 return $is;
[all...]
H A DMakefile.build45 # $(sort ...) is used here to remove duplicated words and excessive spaces.
52 # $(sort ...) is used here to remove duplicated words and excessive spaces.
59 $(warning kbuild: Makefile.build is included improperly)
64 $(warning $(patsubst %.o,'%.ko',$(obj-m)) will not be built even though obj-m is specified.)
148 # The C file is compiled and updated dependency information is generated.
151 is-single-obj-m = $(and $(part-of-module),$(filter $@, $(obj-m)),y)
153 # When a module consists of a single object, there is no reason to keep LLVM IR.
156 cmd_ld_single_m = $(if $(is-single-obj-m), ; $(LD) $(ld_flags) -r -o $(tmp-target) $@; mv $(tmp-target) $@)
165 # When module versioning is enable
[all...]
/linux-master/arch/alpha/kernel/
H A Dhead.S88 # It is handy, on occasion, to make halt actually just loop.
/linux-master/arch/sh/lib/
H A Dmemset-sh4.S51 bt/s 11f ! dst is already aligned
60 11: ! dst is 32byte aligned
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.pm86 This library is free software; you can redistribute it and/or modify
/linux-master/tools/testing/selftests/cpufreq/
H A Dmain.sh16 # Kselftest framework requirement - SKIP code is 4.
52 echo $msg sysfs is not mounted >&2
108 echo "No cpu is managed by cpufreq core, exiting"
140 echo "No cpu is managed by cpufreq core, exiting"
/linux-master/arch/arm/mach-mvebu/
H A Dpmsu_ll.S25 * This is the entry point through which CPUs exiting cpuidle deep
32 * this code is used in the resume path of a suspend/resume
62 ARM_BE8(rev r0, r0) @ the value is stored LE
/linux-master/arch/arm/kernel/
H A Dhyp-stub.S19 * This is not in .bss, because we set it sufficiently early that the boot-time
95 * is modified, it can't compare equal to the CPSR mode field any
102 retne lr @ give up if the CPU is not in HYP mode
111 * various coprocessor accesses. This is done when we switch to SVC
132 @ Make sure NS-SVC is initialised appropriately
187 bx lr @ The boot CPU mode is left in r4.
212 * __hyp_set_vectors is only used when ZIMAGE must bounce between HYP
H A Dhead-common.S26 * If CONFIG_DEBUG_LL is set we try to print out something about the error
34 * that the ATAG_CORE marker is first and present. If CONFIG_OF_FLATTREE
35 * is selected, then it will also accept a dtb pointer. Future revisions
49 ldr r6, =OF_DT_MAGIC @ is it a DTB?
53 cmp r5, #ATAG_CORE_SIZE @ is first tag ATAG_CORE?
61 2: ret lr @ atag/dtb pointer is ok
68 * The following fragment of code is executed with the MMU on in MMU mode,
69 * and uses absolute addresses; this is not position independent.
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh8 # it is based on the VM image used by the BPF CI, which is
53 <command> is the command you would normally run when you are in
58 If no command is specified and a debug shell (-s) is not requested,
77 shell. If <command> is specified, the shell runs after
198 # incase the VM is forcefully stopped.
309 # there is no need to check other ones.
322 # This is just a cleanup and the directory may
389 # Figure out where the kernel is bein
[all...]
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h2 * This file is subject to the terms and conditions of the GNU General Public
72 # Zero all of CVMSEG to make sure parity is correct
114 # This is the variable where the next core to boot is stored
/linux-master/arch/arm/nwfpe/
H A Dentry.S14 /* This is the kernel's entry point into the floating point emulator.
15 It is called from the kernel with code similar to this:
33 the user code. If the emulator is unable to emulate the instruction,
38 reserved in the thread structure for this process. This is where the
40 is used as a flag to detect the first time a process uses floating point,
53 the next instruction. If it is a floating point instruction, it
59 This is done to reduce the effect of the trap overhead on each
118 @ Check whether the instruction is a co-processor instruction.
121 @ is handled by undef hooks.
174 @ The FP module is calle
[all...]
/linux-master/arch/alpha/lib/
H A Dstrrchr.S7 * within a null-terminated string, or null if it is not found.
23 mov zero, t6 # .. e1 : t6 is last match aligned addr
25 mov zero, t8 # .. e1 : t8 is last match byte compare mask
37 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
68 is 5 cycles -- the same as just falling through. */
H A Dev6-clear_user.S8 * We have to make sure that $0 is always up-to-date and contains the
9 * right "bytes left to zero" value (and that it is updated only _after_
10 * a successful copy). There is also some rather minor exception setup
23 * From perusing the source code context where this routine is called, it is
27 * The believed purpose of only updating $0 after a store is that a signal
58 # Note - we never actually use $2, so this is a moot computation
64 * Head is not aligned. Write (8 - $4) bytes to head of destination
65 * This means $16 is known to be misaligned
81 * $1 is numbe
[all...]

Completed in 545 milliseconds

1234567891011>>