Searched refs:scenario (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
H A D | test-core.c | 1021 static unsigned long test_context_cpsr(int scenario) in test_context_cpsr() argument 1028 cpsr = (scenario & 0xf) << 28; /* N,Z,C,V flags */ in test_context_cpsr() 1029 cpsr |= (scenario & 0xf) << 16; /* GE flags */ in test_context_cpsr() 1030 cpsr |= (scenario & 0x1) << 27; /* Toggle Q flag */ in test_context_cpsr() 1037 if (scenario == 15) in test_context_cpsr() 1047 if (scenario == 15) in test_context_cpsr() 1052 unsigned x = (scenario >> 4); in test_context_cpsr() 1060 if ((scenario & 0xf) == 0xf) in test_context_cpsr() 1075 switch (scenario) { in test_context_cpsr() 1099 int scenario in setup_test_context() local [all...] |
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/ |
H A D | test-core.c | 1021 static unsigned long test_context_cpsr(int scenario) in test_context_cpsr() argument 1028 cpsr = (scenario & 0xf) << 28; /* N,Z,C,V flags */ in test_context_cpsr() 1029 cpsr |= (scenario & 0xf) << 16; /* GE flags */ in test_context_cpsr() 1030 cpsr |= (scenario & 0x1) << 27; /* Toggle Q flag */ in test_context_cpsr() 1037 if (scenario == 15) in test_context_cpsr() 1047 if (scenario == 15) in test_context_cpsr() 1052 unsigned x = (scenario >> 4); in test_context_cpsr() 1060 if ((scenario & 0xf) == 0xf) in test_context_cpsr() 1075 switch (scenario) { in test_context_cpsr() 1099 int scenario in setup_test_context() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run.sh | 174 echo To run this scenario on bare metal: >> $resdir/bare-metal
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-compact.S | 29 * -In a rare scenario, Process gets a Priv-V exception and gets scheduled 33 * Instr Error could also cause similar scenario, so same there as well. 154 ; This is to avoid a potential L1-L2-L1 scenario
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry-compact.S | 29 * -In a rare scenario, Process gets a Priv-V exception and gets scheduled 33 * Instr Error could also cause similar scenario, so same there as well. 154 ; This is to avoid a potential L1-L2-L1 scenario
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
H A D | hal.h | 5048 u32 scenario; member
|
H A D | smd.c | 2701 "reginfo indication, scenario: 0x%x reason: 0x%x\n", in wcn36xx_smd_print_reg_info_ind() 2702 rsp->scenario, rsp->reason); in wcn36xx_smd_print_reg_info_ind()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/ |
H A D | hal.h | 5038 u32 scenario; member
|
H A D | smd.c | 2869 "reginfo indication, scenario: 0x%x reason: 0x%x\n", in wcn36xx_smd_print_reg_info_ind() 2870 rsp->scenario, rsp->reason); in wcn36xx_smd_print_reg_info_ind()
|
Completed in 34 milliseconds