Searched full:treat (Results 1 – 25 of 674) sorted by relevance
12345678910>>...27
/linux-5.10/arch/m68k/lib/ |
D | checksum.c | 48 "subql #2,%1\n\t" /* buff%4==2: treat first word */ in csum_partial() 50 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial() 145 "subql #2,%1\n\t" /* buff%4==2: treat first word */ in csum_and_copy_from_user() 147 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_and_copy_from_user() 283 "subql #2,%1\n\t" /* buff%4==2: treat first word */ in csum_partial_copy_nocheck() 285 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial_copy_nocheck()
|
/linux-5.10/arch/x86/ |
D | Kconfig.cpu | 201 treat this chip as a 586TSC with some extended instructions 209 treat this chip as a 586TSC with some extended instructions 239 treat this chip as a generic 586. Whilst the CPU is 686 class, 251 of SSE and tells gcc to treat the CPU as a 686. 259 shift and tells gcc to treat the CPU as a 686.
|
/linux-5.10/include/uapi/linux/ |
D | edd.h | 37 in boot_params - treat this as 1 byte */ 54 in boot_params - treat this as 1 byte */
|
/linux-5.10/drivers/usb/host/ |
D | xhci-mtk.h | 41 * treat a HS root port as a bandwidth domain, but treat a SS root port as
|
/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | bug_on.h | 10 /* Does it make sense to treat warnings as errors? */
|
/linux-5.10/include/linux/sched/ |
D | types.h | 15 * these counts together and treat all three of them in parallel.
|
/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | vmmgm200.c | 31 /* VALID_FALSE + VOL tells the MMU to treat the PTE as sparse. */ in gm200_vmm_pgt_sparse() 56 /* VALID_FALSE + VOL_BIG tells the MMU to treat the PDE as sparse. */ in gm200_vmm_pgd_sparse()
|
/linux-5.10/include/uapi/linux/netfilter/ |
D | xt_time.h | 21 /* treat timestart > timestop (e.g. 23:00-01:00) as single period */
|
/linux-5.10/include/linux/sunrpc/ |
D | gss_krb5_enctypes.h | 6 * treat this as an ordered list, where the first item in the list
|
/linux-5.10/arch/mips/include/asm/ |
D | traps.h | 15 #define MIPS_BE_FATAL 2 /* treat as an unrecoverable error */
|
D | uprobes.h | 24 * their delay slots, we treat instructions as having 8 bytes maximum.
|
/linux-5.10/arch/arc/include/asm/ |
D | entry-compact.h | 72 * Above brlo alone would treat it as a valid L1-L2 scenario 163 /* Treat r25 as scratch reg (save on stack) and load with "current" */ 241 /* Treat r25 as scratch reg (save on stack) and load with "current" */
|
/linux-5.10/arch/arm/mm/ |
D | abort-macro.S | 9 * from the abort handlers to treat them properly.
|
/linux-5.10/arch/powerpc/perf/ |
D | callchain.h | 23 * do_page_fault() won't treat a DSI as a page fault.
|
/linux-5.10/security/smack/ |
D | Kconfig | 46 bool "Treat delivering signals as an append operation"
|
/linux-5.10/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 27 # You need a trick to treat unbalanced parentheses.
|
/linux-5.10/tools/lib/subcmd/ |
D | Makefile | 38 # Treat warnings as errors unless directed not to
|
/linux-5.10/tools/lib/api/ |
D | Makefile | 35 # Treat warnings as errors unless directed not to
|
/linux-5.10/Documentation/devicetree/bindings/regulator/ |
D | richtek,rt4801-regulator.yaml | 37 Othersie, this property not specified. treat both as always-on regulator.
|
/linux-5.10/Documentation/devicetree/bindings/power/reset/ |
D | gpio-restart.txt | 28 - open-source : Treat the GPIO as being open source and defer driving
|
/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_ggtt_fencing.h | 52 * treat the unfenced register, the register slot that
|
/linux-5.10/arch/x86/math-emu/ |
D | poly_l2.c | 39 /* Treat as sqrt(2)/2 < st0_ptr < 1 */ in poly_l2() 45 /* Treat as 1 <= st0_ptr < sqrt(2) */ in poly_l2()
|
/linux-5.10/arch/csky/include/asm/ |
D | asid.h | 61 * relaxed xchg in flush_context will treat us as reserved in asid_check_context()
|
/linux-5.10/fs/ocfs2/ |
D | xattr.h | 68 * functions, want to treat each of these locations as equal. Let's wrap
|
/linux-5.10/tools/bpf/runqslower/ |
D | runqslower.bpf.c | 71 /* ivcsw: treat like an enqueue event and store timestamp */ in handle__sched_switch()
|
12345678910>>...27