Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 25 of 37) sorted by relevance

12

/arch/alpha/kernel/
A Dirq_alpha.c129 const char *machine, int expected) in process_mcheck_info() argument
142 expected ? "expected." : "NOT expected!!!"); in process_mcheck_info()
146 if (expected) { in process_mcheck_info()
A Dproto.h214 unsigned char expected __attribute__((aligned(8))); member
219 #define mcheck_expected(cpu) (*((void)(cpu), &__mcheck_info.expected))
225 const char *machine, int expected);
A Dcore_mcpcia.c580 int expected; in mcpcia_machine_check() local
583 expected = mcheck_expected(cpu); in mcpcia_machine_check()
589 switch (expected) { in mcpcia_machine_check()
611 process_mcheck_info(vector, la_ptr, "MCPCIA", expected != 0); in mcpcia_machine_check()
612 if (!expected && vector != 0x620 && vector != 0x630) { in mcpcia_machine_check()
A Dcore_cia.c1199 int expected; in cia_machine_check() local
1209 expected = mcheck_expected(0); in cia_machine_check()
1210 if (!expected && vector == 0x660) in cia_machine_check()
1211 expected = cia_decode_mchk(la_ptr); in cia_machine_check()
1212 process_mcheck_info(vector, la_ptr, "CIA", expected); in cia_machine_check()
/arch/s390/kernel/
A Djump_label.c33 static void jump_label_bug(struct jump_entry *entry, struct insn *expected, in jump_label_bug() argument
37 unsigned char *ipe = (unsigned char *)expected; in jump_label_bug()
A Dftrace.c199 static int ftrace_patch_branch_mask(void *addr, u16 expected, bool enable) in ftrace_patch_branch_mask() argument
206 if (old != expected) in ftrace_patch_branch_mask()
A Duv.c285 int expected, cc = 0; in __make_folio_secure() local
289 expected = expected_folio_refs(folio) + 1; in __make_folio_secure()
290 if (!folio_ref_freeze(folio, expected)) in __make_folio_secure()
302 folio_ref_unfreeze(folio, expected); in __make_folio_secure()
/arch/x86/mm/pat/
A Dcpa-test.c51 long i, expected, missed = 0; in print_split() local
101 expected = (s->gpg*GPS + s->lpg*LPS)/PAGE_SIZE + s->spg + missed; in print_split()
102 if (expected != i) { in print_split()
104 max_pfn_mapped, expected); in print_split()
/arch/x86/kernel/
A Dnmi_selftest.c110 static void __init dotest(void (*testcase_fn)(void), int expected) in dotest() argument
116 if (nmi_fail != expected) { in dotest()
/arch/arc/kernel/
A Dprocess.c46 SYSCALL_DEFINE3(arc_usr_cmpxchg, int __user *, uaddr, int, expected, int, new) in SYSCALL_DEFINE3() argument
74 if (uval != expected) in SYSCALL_DEFINE3()
/arch/powerpc/sysdev/
A Dmsi_bitmap.c225 DECLARE_BITMAP(expected, SIZE_EXPECTED); in test_of_node()
256 WARN_ON(bitmap_parselist(expected_str, expected, SIZE_EXPECTED)); in test_of_node()
257 WARN_ON(!bitmap_equal(expected, bmp.bitmap, SIZE_EXPECTED)); in test_of_node()
/arch/s390/lib/
A Dspinlock.c123 int expected = old; in arch_try_cmpxchg_niai8() local
131 return expected == old; in arch_try_cmpxchg_niai8()
/arch/arm64/boot/dts/freescale/
A Dqoriq-bman-portals.dtsi16 * bootloader fix-ups are expected to provide the
A Dqoriq-qman-portals.dtsi16 * bootloader fix-ups are expected to provide the
/arch/arm64/boot/dts/amlogic/
A Dmeson-g12b-a311d-khadas-vim3.dts28 * The End User is not expected to uncomment the following except for
A Dmeson-g12b-s922x-khadas-vim3.dts28 * The End User is not expected to uncomment the following except for
A Dmeson-sm1-khadas-vim3l.dts90 * The End User is not expected to uncomment the following except for
/arch/arm/boot/dts/intel/socfpga/
A Dsocfpga_cyclone5_de10nano.dts37 * loaded. Their description is expected to be added
/arch/powerpc/lib/
A Dtest-code-patching.c339 u32 expected[2] = {OP_PREFIX << 26, 0}; in test_prefixed_patching() local
347 check(!memcmp(iptr, expected, sizeof(expected))); in test_prefixed_patching()
/arch/sh/kernel/
A Dtraps_32.c321 struct mem_access *ma, int expected, in handle_unaligned_access() argument
343 if (!expected) { in handle_unaligned_access()
/arch/arc/include/asm/
A Dentry-compact.h264 ; OUTPUT: r10 has ECR expected by EV_Trap
A Dentry-arcv2.h104 ; OUTPUT: r10 has ECR expected by EV_Trap
/arch/arm64/boot/dts/qcom/
A Dsc7280-chrome-common.dtsi91 * It's expected that all boards will support "dual SPI" at 37.5 MHz.
A Dsc7280-herobrine-crd.dts23 * is expected to be uncommon, we'll leave the "vreg_edp_bl" label
/arch/mips/generic/
A DKconfig59 expected by the bootloader.

Completed in 38 milliseconds

12