| /kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/float/ |
| D | It_smp_los_float_switch_002.c | 5 * Redistribution and use in source and binary forms, with or without modification, 16 * to endorse or promote products derived from this software without specific prior written 61 … // 153230.406250, numbers involved in floating-point operations, without special functions. in TaskF01() 66 … // 124432.390625, numbers involved in floating-point operations, without special functions. in TaskF01() 71 … // 1233323.875000, numbers involved in floating-point operations, without special functions. in TaskF01() 77 … // 153230.406250, numbers involved in floating-point operations, without special functions. in TaskF01() 79 … // 124432.390625, numbers involved in floating-point operations, without special functions. in TaskF01() 81 … // 1233323.875000, numbers involved in floating-point operations, without special functions. in TaskF01() 110 … // 153230.406250, numbers involved in floating-point operations, without special functions. in TaskF02() 115 …emp2) { // 124432.390625, numbers involved in floating-point operations, without special functions. in TaskF02() [all …]
|
| D | It_smp_los_float_switch_004.c | 5 * Redistribution and use in source and binary forms, with or without modification, 16 * to endorse or promote products derived from this software without specific prior written 60 … // 153230.406250, numbers involved in floating-point operations, without special functions. in TaskF01() 65 … // 124432.390625, numbers involved in floating-point operations, without special functions. in TaskF01() 70 … // 1233323.875000, numbers involved in floating-point operations, without special functions. in TaskF01() 76 … // 153230.406250, numbers involved in floating-point operations, without special functions. in TaskF01() 78 … // 124432.390625, numbers involved in floating-point operations, without special functions. in TaskF01() 80 … // 1233323.875000, numbers involved in floating-point operations, without special functions. in TaskF01() 97 // 2.34, 5.67, 1.25, numbers involved in floating-point operations, without special functions. in HwiF01() 99 // 4.321, numbers involved in floating-point operations, without special functions. in HwiF01()
|
| D | It_smp_los_float_switch_005.c | 5 * Redistribution and use in source and binary forms, with or without modification, 16 * to endorse or promote products derived from this software without specific prior written 60 … // 153230.406250, numbers involved in floating-point operations, without special functions. in TaskF01() 65 … // 124432.390625, numbers involved in floating-point operations, without special functions. in TaskF01() 70 … // 1233323.875000, numbers involved in floating-point operations, without special functions. in TaskF01() 76 … // 153230.406250, numbers involved in floating-point operations, without special functions. in TaskF01() 78 … // 124432.390625, numbers involved in floating-point operations, without special functions. in TaskF01() 80 … // 1233323.875000, numbers involved in floating-point operations, without special functions. in TaskF01() 97 // 2.34, 5.67, 1.25, numbers involved in floating-point operations, without special functions. in HwiF01() 99 // 4.321, numbers involved in floating-point operations, without special functions. in HwiF01()
|
| D | It_smp_los_float_switch_001.c | 5 * Redistribution and use in source and binary forms, with or without modification, 16 * to endorse or promote products derived from this software without specific prior written 58 … // 153230.406250, numbers involved in floating-point operations, without special functions. in TaskF01() 63 … // 124432.390625, numbers involved in floating-point operations, without special functions. in TaskF01() 68 … // 1233323.875000, numbers involved in floating-point operations, without special functions. in TaskF01() 74 … // 153230.406250, numbers involved in floating-point operations, without special functions. in TaskF01() 76 … // 124432.390625, numbers involved in floating-point operations, without special functions. in TaskF01() 78 … // 1233323.875000, numbers involved in floating-point operations, without special functions. in TaskF01()
|
| D | It_smp_los_float_switch_003.c | 5 * Redistribution and use in source and binary forms, with or without modification, 16 * to endorse or promote products derived from this software without specific prior written 60 … // 153230.406250, numbers involved in floating-point operations, without special functions. in TaskF01() 65 … // 124432.390625, numbers involved in floating-point operations, without special functions. in TaskF01() 70 … // 1233323.875000, numbers involved in floating-point operations, without special functions. in TaskF01() 76 … // 153230.406250, numbers involved in floating-point operations, without special functions. in TaskF01() 78 … // 124432.390625, numbers involved in floating-point operations, without special functions. in TaskF01() 80 … // 1233323.875000, numbers involved in floating-point operations, without special functions. in TaskF01()
|
| D | It_smp_los_float_switch_006.c | 5 * Redistribution and use in source and binary forms, with or without modification, 16 * to endorse or promote products derived from this software without specific prior written 56 // 153230.406250, numbers involved in floating-point operations, without special functions. in HwiF01() 61 // 124432.390625, numbers involved in floating-point operations, without special functions. in HwiF01() 66 // 1233323.875000, numbers involved in floating-point operations, without special functions. in HwiF01() 72 // 153230.406250, numbers involved in floating-point operations, without special functions. in HwiF01() 74 // 124432.390625, numbers involved in floating-point operations, without special functions. in HwiF01() 76 // 1233323.875000, numbers involved in floating-point operations, without special functions. in HwiF01()
|
| D | It_smp_los_float_switch_007.c | 5 * Redistribution and use in source and binary forms, with or without modification, 16 * to endorse or promote products derived from this software without specific prior written 58 // 153230.406250, numbers involved in floating-point operations, without special functions. in HwiF01() 63 // 124432.390625, numbers involved in floating-point operations, without special functions. in HwiF01() 68 // 1233323.875000, numbers involved in floating-point operations, without special functions. in HwiF01() 74 // 153230.406250, numbers involved in floating-point operations, without special functions. in HwiF01() 76 // 124432.390625, numbers involved in floating-point operations, without special functions. in HwiF01() 78 // 1233323.875000, numbers involved in floating-point operations, without special functions. in HwiF01()
|
| /kernel/linux/linux-6.6/samples/rust/ |
| D | rust_print.rs | 46 pr_emerg!("Emergency message (level 0) without args\n"); in init() 47 pr_alert!("Alert message (level 1) without args\n"); in init() 48 pr_crit!("Critical message (level 2) without args\n"); in init() 49 pr_err!("Error message (level 3) without args\n"); in init() 50 pr_warn!("Warning message (level 4) without args\n"); in init() 51 pr_notice!("Notice message (level 5) without args\n"); in init() 52 pr_info!("Info message (level 6) without args\n"); in init() 56 pr_cont!(" without args\n"); in init()
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
| D | virtual-memory.json | 23 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 31 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 39 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 47 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 80 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 88 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 96 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 104 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 137 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", 145 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", [all …]
|
| /kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
| D | gss_krb5_unseal.c | 16 * and its documentation for any purpose is hereby granted without fee, 21 * without specific, written prior permission. OpenVision makes no 23 * purpose. It is provided "as is" without express or implied warranty. 46 * without fee is hereby granted, provided that the above copyright 50 * to distribution of the software without specific, written prior 52 * this software for any purpose. It is provided "as is" without express 55 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 56 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
| D | gss_krb5_seal.c | 17 * and its documentation for any purpose is hereby granted without fee, 22 * without specific, written prior permission. OpenVision makes no 24 * purpose. It is provided "as is" without express or implied warranty. 47 * without fee is hereby granted, provided that the above copyright 51 * to distribution of the software without specific, written prior 53 * this software for any purpose. It is provided "as is" without express 56 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 57 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/icelakex/ |
| D | virtual-memory.json | 23 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 31 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 39 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 47 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 80 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 88 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 96 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 104 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 137 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", 145 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", [all …]
|
| /kernel/linux/linux-6.6/drivers/misc/lkdtm/ |
| D | lkdtm.h | 17 pr_warn("This is probably expected, since this %s was built *without* " #kconfig "=y\n", \ 36 …pr_err("Unexpected! This %s was built with " #kconfig "=y (and booted without '" param "' specifie… 42 …pr_warn("This is probably expected, as this %s was built *without* " #kconfig "=y and booted with … 46 … pr_err("Unexpected! This %s was built *without* " #kconfig "=y but booted with '" param "=Y'\n", \ 50 …r("This is probably expected, since this %s was built *without* " #kconfig "=y (and booted without…
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/skylakex/ |
| D | virtual-memory.json | 31 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 39 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 47 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 55 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 96 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 104 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 112 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 120 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 176 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", 184 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/skylake/ |
| D | virtual-memory.json | 31 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 39 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 47 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 55 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 96 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 104 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 112 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 120 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 176 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", 184 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/cascadelakex/ |
| D | virtual-memory.json | 31 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 39 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 47 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 55 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 96 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 104 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 112 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 120 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 176 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", 184 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", [all …]
|
| /kernel/linux/linux-6.6/include/dt-bindings/dma/ |
| D | axi-dmac.h | 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 * files (the "Software"), to deal in the Software without 22 * restriction, including without limitation the rights to use, 31 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
| /kernel/linux/linux-5.10/include/dt-bindings/dma/ |
| D | axi-dmac.h | 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 * files (the "Software"), to deal in the Software without 22 * restriction, including without limitation the rights to use, 31 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/alderlake/ |
| D | virtual-memory.json | 34 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 43 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 52 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 61 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 107 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 116 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 125 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 134 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 196 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", 205 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/goldmontplus/ |
| D | virtual-memory.json | 6 …ll TLB levels and were mapped to 1GB pages. The page walks can end with or without a page fault.", 14 …B levels and were mapped to 2M or 4M pages. The page walks can end with or without a page fault.", 22 …all TLB levels and were mapped to 4K pages. The page walks can end with or without a page fault.", 38 …ed in the TLB and were mapped to 1GB pages. The page walks can end with or without a page fault.", 46 … the TLB and were mapped to 2M or 4M pages. The page walks can end with or without a page fault.", 54 …sed in the TLB and were mapped to 4K pages. The page walks can end with or without a page fault.", 86 …ed in the TLB and were mapped to 1GB pages. The page walks can end with or without a page fault.", 94 … the TLB and were mapped to 2M or 4M pages. The page walks can end with or without a page fault.", 102 …sed in the TLB and were mapped to 4K pages. The page walks can end with or without a page fault.",
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/tigerlake/ |
| D | virtual-memory.json | 23 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 31 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 39 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 72 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 80 … in the TLB and were mapped to 2M/4M pages. The page walks can end with or without a page fault.", 88 …sed in the TLB and were mapped to 4K pages. The page walks can end with or without a page fault.", 121 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", 129 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", 137 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.",
|
| /kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
| D | q_in_q_veto.sh | 63 …check_err $? "$netdev_proto vlan upper creation on top of an $bridge_proto bridge rejected without… 81 check_err $? "802.1ad vlan upper creation on top of a front panel rejected without extack" 104 check_err $? "802.1ad vlan upper creation on top of a bridge port rejected without extack" 126 check_err $? "802.1ad vlan upper creation on top of a lag rejected without extack" 170 …r $? "vlan upper creation on top of front panel enslaved to 802.1ad bridge rejected without extack" 196 check_err $? "vlan upper creation on top of lag enslaved to 802.1ad bridge rejected without extack" 219 check_err $? "front panel with vlan upper enslavemnt to 802.1ad bridge rejected without extack" 246 check_err $? "lag with vlan upper enslavemnt to 802.1ad bridge rejected without extack" 270 check_err $? "IP address addition to 802.1ad bridge rejected without extack"
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/rocketlake/ |
| D | virtual-memory.json | 23 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 31 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 39 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 72 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 80 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 88 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 121 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", 129 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", 137 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.",
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/icelake/ |
| D | virtual-memory.json | 23 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 31 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 39 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 72 …s it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 80 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 88 …ions missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.", 121 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", 129 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.", 137 … ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.",
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/allwinner/ |
| D | axp152.dtsi | 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 25 * files (the "Software"), to deal in the Software without 26 * restriction, including without limitation the rights to use, 35 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|