Home
last modified time | relevance | path

Searched full:implied (Results 1 – 25 of 4109) sorted by relevance

12345678910>>...165

/linux/Documentation/arch/arm64/
H A Delf_hwcaps.rst53 Functionality implied by idreg.field == val.
58 indicate the absence of functionality implied by other values of
70 Functionality implied by ID_AA64PFR0_EL1.FP == 0b0000.
73 Functionality implied by ID_AA64PFR0_EL1.AdvSIMD == 0b0000.
80 Functionality implied by ID_AA64ISAR0_EL1.AES == 0b0001.
83 Functionality implied by ID_AA64ISAR0_EL1.AES == 0b0010.
86 Functionality implied by ID_AA64ISAR0_EL1.SHA1 == 0b0001.
89 Functionality implied by ID_AA64ISAR0_EL1.SHA2 == 0b0001.
92 Functionality implied by ID_AA64ISAR0_EL1.CRC32 == 0b0001.
95 Functionality implied by ID_AA64ISAR0_EL1.Atomic == 0b0010.
[all …]
/linux/include/asm-generic/bitops/
H A Dinstrumented-atomic.h21 * This is a relaxed atomic operation (no implied memory barriers).
37 * This is a relaxed atomic operation (no implied memory barriers).
50 * This is a relaxed atomic operation (no implied memory barriers).
66 * This is an atomic fully-ordered operation (implied full memory barrier).
80 * This is an atomic fully-ordered operation (implied full memory barrier).
94 * This is an atomic fully-ordered operation (implied full memory barrier).
/linux/Documentation/scheduler/
H A Dmembarrier.rst15 user-space, before updating rq->curr. This barrier is implied by the sequence
28 - alpha, arc, arm, hexagon, mips rely on the full barrier implied by
31 - arm64 relies on the full barrier implied by switch_to().
33 - powerpc, riscv, s390, sparc, x86 rely on the full barrier implied by
34 switch_mm(), if mm is not NULL; they rely on the full barrier implied
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_unseal.c23 * purpose. It is provided "as is" without express or implied warranty.
26 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
53 * or implied warranty.
56 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
H A Dgss_krb5_seal.c24 * purpose. It is provided "as is" without express or implied warranty.
27 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
54 * or implied warranty.
57 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ptp.c17 * WITHOUT ANY WARRANTY; without even the implied warranty of
45 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
46 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
74 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
75 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
105 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
106 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
H A Dxgbe-dcb.c17 * WITHOUT ANY WARRANTY; without even the implied warranty of
45 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
46 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
74 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
75 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
105 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
106 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
H A Dxgbe-main.c17 * WITHOUT ANY WARRANTY; without even the implied warranty of
45 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
46 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
74 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
75 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
105 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
106 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
H A Dxgbe-debugfs.c17 * WITHOUT ANY WARRANTY; without even the implied warranty of
45 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
46 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
74 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
75 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
105 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
106 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
H A Dxgbe-i2c.c17 * WITHOUT ANY WARRANTY; without even the implied warranty of
45 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
46 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
74 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
75 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
105 * BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
106 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
/linux/LICENSES/preferred/
H A DBSD-3-Clause-Clear30 NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY
32 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
33 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
/linux/Documentation/scsi/
H A DLICENSE.FlashPoint18 WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY
51 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
/linux/include/dt-bindings/reset/
H A Dgxbb-aoclkc.h15 * WITHOUT ANY WARRANTY; without even the implied warranty of
44 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
45 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
/linux/include/linux/
H A Dvideodev2.h12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
33 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
H A Dsoundcard.h13 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
/linux/include/dt-bindings/clock/
H A Dgxbb-aoclkc.h15 * WITHOUT ANY WARRANTY; without even the implied warranty of
44 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
45 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
/linux/drivers/video/fbdev/sis/
H A Dvgatypes.h17 * * but WITHOUT ANY WARRANTY; without even the implied warranty of
39 * * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
/linux/scripts/kconfig/
H A Dmenu.c366 * dependencies of the selected/implied symbol in _menu_finalize()
374 es->implied.expr = expr_alloc_or(es->implied.expr, in _menu_finalize()
733 if (sym->implied.expr) { in get_symbol_str()
734 expr_gstr_print_revdep(sym->implied.expr, r, yes, "Implied by [y]:\n"); in get_symbol_str()
735 expr_gstr_print_revdep(sym->implied.expr, r, mod, "Implied by [m]:\n"); in get_symbol_str()
736 expr_gstr_print_revdep(sym->implied.expr, r, no, "Implied by [n]:\n"); in get_symbol_str()
H A Dsymbol.c247 if (sym->implied.expr) in sym_calc_visibility()
248 tri = expr_calc_value(sym->implied.expr); in sym_calc_visibility()
251 if (sym->implied.tri != tri) { in sym_calc_visibility()
252 sym->implied.tri = tri; in sym_calc_visibility()
477 if (sym->implied.tri != no) { in sym_calc_value()
479 newval.tri = EXPR_OR(newval.tri, sym->implied.tri); in sym_calc_value()
835 /* adjust the default value if this symbol is implied by another */ in sym_get_string_default()
836 if (val < sym->implied.tri) in sym_get_string_default()
837 val = sym->implied.tri; in sym_get_string_default()
1131 } else if (stack->expr == &sym->implied.expr) { in sym_check_print_recursive()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtestmode.h16 * WITHOUT ANY WARRANTY; without even the implied warranty of
48 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
49 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_cmd.c8 * will be useful, but WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED
33 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
H A Dpvrdma_ring.h8 * will be useful, but WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED
33 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
H A Dpvrdma_doorbell.c8 * will be useful, but WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED
33 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/linux/arch/m68k/fpsp040/
H A DREADME11 MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED,
12 INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
/linux/drivers/usb/misc/sisusbvga/
H A Dsisusb_struct.h16 * * but WITHOUT ANY WARRANTY; without even the implied warranty of
38 * * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

12345678910>>...165