Searched full:treat (Results 1 – 25 of 829) sorted by relevance
12345678910>>...34
/linux-6.12.1/tools/testing/selftests/rseq/ |
D | rseq.c | 150 /* Treat libc's ownership as a successful registration. */ in rseq_register_current_thread() 171 /* Treat libc's ownership as a successful unregistration. */ in rseq_unregister_current_thread() 206 * bytes initially. Therefore treat 32 as a in rseq_init() 210 * bytes area. Also treat 20 as a special-case. in rseq_init()
|
/linux-6.12.1/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() 281 "subql #2,%1\n\t" /* buff%4==2: treat first word */ in csum_partial_copy_nocheck() 283 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial_copy_nocheck()
|
/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | richtek,rt4801-regulator.yaml | 34 If this property not specified, treat both as always-on regulators. 54 any regulator, treat both as always-on regulators.
|
D | richtek,rtq6752-regulator.yaml | 27 A connection of the chip 'enable' gpio line. If not provided, treat it as
|
/linux-6.12.1/drivers/net/ethernet/meta/fbnic/ |
D | fbnic_mac.h | 19 /* Treat the FEC bits as a bitmask laid out as follows: 33 /* Treat the link modes as a set of modulation/lanes bitmask:
|
/linux-6.12.1/include/uapi/linux/ |
D | rfkill.h | 149 * 1. treat the (expected) short writes as an error; 151 * actual return value to RFKILL_EVENT_SIZE_V1 and treat any 177 * 3. treat reads that are as long as requested as acceptable, not
|
D | edd.h | 37 in boot_params - treat this as 1 byte */ 54 in boot_params - treat this as 1 byte */
|
/linux-6.12.1/include/linux/ |
D | kmsan-checks.h | 23 * Until other data is written to this range, KMSAN will treat it as 34 * Until other data is written to this range, KMSAN will treat it as
|
/linux-6.12.1/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-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-uncore | 7 The 'perf(1)' tool should treat both names the same.
|
/linux-6.12.1/drivers/usb/host/ |
D | xhci-mtk.h | 58 * treat a HS root port as a bandwidth domain, but treat a SS root port as
|
/linux-6.12.1/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-6.12.1/drivers/pinctrl/qcom/ |
D | pinctrl-msm.h | 144 * hardware this is a mux 1-level above the TLMM, we'll treat 148 * number used we'll treat it as a request to mux away from
|
/linux-6.12.1/include/linux/sched/ |
D | types.h | 15 * these counts together and treat all three of them in parallel.
|
/linux-6.12.1/include/uapi/linux/netfilter/ |
D | xt_time.h | 21 /* treat timestart > timestop (e.g. 23:00-01:00) as single period */
|
/linux-6.12.1/lib/ |
D | iomap.c | 363 /* KMSAN must treat values read from devices as initialized. */ in ioread8_rep() 369 /* KMSAN must treat values read from devices as initialized. */ in ioread16_rep() 375 /* KMSAN must treat values read from devices as initialized. */ in ioread32_rep()
|
/linux-6.12.1/arch/powerpc/perf/ |
D | callchain.h | 22 * do_page_fault() won't treat a DSI as a page fault.
|
/linux-6.12.1/arch/mips/include/asm/ |
D | uprobes.h | 24 * their delay slots, we treat instructions as having 8 bytes maximum.
|
D | traps.h | 15 #define MIPS_BE_FATAL 2 /* treat as an unrecoverable error */
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_ggtt_fencing.h | 33 * treat the unfenced register, the register slot that
|
/linux-6.12.1/arch/arm/mm/ |
D | abort-macro.S | 9 * from the abort handlers to treat them properly.
|
/linux-6.12.1/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 27 # You need a trick to treat unbalanced parentheses.
|
/linux-6.12.1/security/smack/ |
D | Kconfig | 46 bool "Treat delivering signals as an append operation"
|
/linux-6.12.1/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-6.12.1/mm/kasan/ |
D | Makefile | 41 # we need to treat them normally (as builtins), otherwise the compiler won't
|
12345678910>>...34