Searched refs:target_sp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
H A D | stack_expansion_ldst.c | 37 * Consume stack until the stack pointer is below @target_sp, then do an access 42 int consume_stack(unsigned long target_sp, unsigned long stack_high, int delta, enum access_type type) in consume_stack() argument 47 if ((unsigned long)&stack_cur > target_sp) in consume_stack() 48 return consume_stack(target_sp, stack_high, delta, type); in consume_stack()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | stack_expansion_ldst.c | 37 * Consume stack until the stack pointer is below @target_sp, then do an access 42 int consume_stack(unsigned long target_sp, unsigned long stack_high, int delta, enum access_type type) in consume_stack() argument 47 if ((unsigned long)&stack_cur > target_sp) in consume_stack() 48 return consume_stack(target_sp, stack_high, delta, type); in consume_stack()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | isp2400_input_system_local.h | 153 target_sp_cfg_t target_sp[N_CHANNELS]; member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | isp2400_input_system_local.h | 82 target_sp_cfg_t target_sp[N_CHANNELS]; member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | input_system.c | 934 config.target_sp[channel.source_cfg.csi_cfg.csi_port] = in input_system_configure_channel()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | input_system.c | 896 config.target_sp[channel.source_cfg.csi_cfg.csi_port] = in input_system_configure_channel()
|
Completed in 9 milliseconds