Home
last modified time | relevance | path

Searched refs:target_sp (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c37 * 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()
/linux/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_local.h73 target_sp_cfg_t target_sp[N_CHANNELS]; member
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c441 config.target_sp[channel.source_cfg.csi_cfg.csi_port] = in input_system_configure_channel()