Home
last modified time | relevance | path

Searched refs:so (Results 1 - 25 of 269) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/arch/sh/boards/mach-kfr2r09/
H A Dlcd_wqvga.c60 struct sh_mobile_lcdc_sys_bus_ops *so) in read_reg()
62 return so->read_data(sohandle); in read_reg()
66 struct sh_mobile_lcdc_sys_bus_ops *so, in write_reg()
70 so->write_data(sohandle, v); /* PTH4/LCDRS High [param, 17:0] */ in write_reg()
72 so->write_index(sohandle, v); /* PTH4/LCDRS Low [cmd, 7:0] */ in write_reg()
76 struct sh_mobile_lcdc_sys_bus_ops *so, in write_data()
82 write_reg(sohandle, so, 1, data[i]); in write_data()
86 struct sh_mobile_lcdc_sys_bus_ops *so) in read_device_code()
91 write_reg(sohandle, so, 0, 0xb0); in read_device_code()
92 write_reg(sohandle, so, in read_device_code()
59 read_reg(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) read_reg() argument
65 write_reg(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so, int i, unsigned long v) write_reg() argument
75 write_data(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so, unsigned char const *data, int no_data) write_data() argument
85 read_device_code(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) read_device_code() argument
114 write_memory_start(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) write_memory_start() argument
120 clear_memory(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) clear_memory() argument
133 display_on(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) display_on() argument
251 kfr2r09_lcd_setup(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) kfr2r09_lcd_setup() argument
272 kfr2r09_lcd_start(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) kfr2r09_lcd_start() argument
[all...]
/kernel/linux/linux-6.6/arch/sh/boards/mach-kfr2r09/
H A Dlcd_wqvga.c60 struct sh_mobile_lcdc_sys_bus_ops *so) in read_reg()
62 return so->read_data(sohandle); in read_reg()
66 struct sh_mobile_lcdc_sys_bus_ops *so, in write_reg()
70 so->write_data(sohandle, v); /* PTH4/LCDRS High [param, 17:0] */ in write_reg()
72 so->write_index(sohandle, v); /* PTH4/LCDRS Low [cmd, 7:0] */ in write_reg()
76 struct sh_mobile_lcdc_sys_bus_ops *so, in write_data()
82 write_reg(sohandle, so, 1, data[i]); in write_data()
86 struct sh_mobile_lcdc_sys_bus_ops *so) in read_device_code()
91 write_reg(sohandle, so, 0, 0xb0); in read_device_code()
92 write_reg(sohandle, so, in read_device_code()
59 read_reg(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) read_reg() argument
65 write_reg(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so, int i, unsigned long v) write_reg() argument
75 write_data(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so, unsigned char const *data, int no_data) write_data() argument
85 read_device_code(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) read_device_code() argument
114 write_memory_start(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) write_memory_start() argument
120 clear_memory(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) clear_memory() argument
133 display_on(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) display_on() argument
251 kfr2r09_lcd_setup(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) kfr2r09_lcd_setup() argument
272 kfr2r09_lcd_start(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) kfr2r09_lcd_start() argument
[all...]
/kernel/linux/linux-6.6/net/can/
H A Disotp.c180 static u32 isotp_bc_flags(struct isotp_sock *so) in isotp_bc_flags() argument
182 return so->opt.flags & ISOTP_ALL_BC_FLAGS; in isotp_bc_flags()
185 static bool isotp_register_rxid(struct isotp_sock *so) in isotp_register_rxid() argument
188 return (isotp_bc_flags(so) == 0); in isotp_register_rxid()
193 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, in isotp_rx_timer_handler() local
195 struct sock *sk = &so->sk; in isotp_rx_timer_handler()
197 if (so->rx.state == ISOTP_WAIT_DATA) { in isotp_rx_timer_handler()
206 so->rx.state = ISOTP_IDLE; in isotp_rx_timer_handler()
217 struct isotp_sock *so = isotp_sk(sk); in isotp_send_fc() local
220 nskb = alloc_skb(so in isotp_send_fc()
331 check_pad(struct isotp_sock *so, struct canfd_frame *cf, int start_index, u8 content) check_pad() argument
361 isotp_rcv_fc(struct isotp_sock *so, struct canfd_frame *cf, int ae) isotp_rcv_fc() argument
445 struct isotp_sock *so = isotp_sk(sk); isotp_rcv_sf() local
477 struct isotp_sock *so = isotp_sk(sk); isotp_rcv_ff() local
551 struct isotp_sock *so = isotp_sk(sk); isotp_rcv_cf() local
645 struct isotp_sock *so = isotp_sk(sk); isotp_rcv() local
728 isotp_fill_dataframe(struct canfd_frame *cf, struct isotp_sock *so, int ae, int off) isotp_fill_dataframe() argument
759 isotp_send_cframe(struct isotp_sock *so) isotp_send_cframe() argument
816 isotp_create_fframe(struct canfd_frame *cf, struct isotp_sock *so, int ae) isotp_create_fframe() argument
854 struct isotp_sock *so = isotp_sk(sk); isotp_rcv_echo() local
897 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, isotp_tx_timer_handler() local
921 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, isotp_txfr_timer_handler() local
938 struct isotp_sock *so = isotp_sk(sk); isotp_sendmsg() local
1131 struct isotp_sock *so = isotp_sk(sk); isotp_recvmsg() local
1173 struct isotp_sock *so; isotp_release() local
1249 struct isotp_sock *so = isotp_sk(sk); isotp_bind() local
1357 struct isotp_sock *so = isotp_sk(sk); isotp_getname() local
1375 struct isotp_sock *so = isotp_sk(sk); isotp_setsockopt_locked() local
1489 struct isotp_sock *so = isotp_sk(sk); isotp_getsockopt() local
1537 isotp_notify(struct isotp_sock *so, unsigned long msg, struct net_device *dev) isotp_notify() argument
1605 struct isotp_sock *so = isotp_sk(sk); isotp_init() local
1655 struct isotp_sock *so = isotp_sk(sk); isotp_poll() local
[all...]
/kernel/linux/linux-5.10/net/can/
H A Disotp.c167 static u32 isotp_bc_flags(struct isotp_sock *so) in isotp_bc_flags() argument
169 return so->opt.flags & ISOTP_ALL_BC_FLAGS; in isotp_bc_flags()
172 static bool isotp_register_rxid(struct isotp_sock *so) in isotp_register_rxid() argument
175 return (isotp_bc_flags(so) == 0); in isotp_register_rxid()
180 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, in isotp_rx_timer_handler() local
182 struct sock *sk = &so->sk; in isotp_rx_timer_handler()
184 if (so->rx.state == ISOTP_WAIT_DATA) { in isotp_rx_timer_handler()
193 so->rx.state = ISOTP_IDLE; in isotp_rx_timer_handler()
204 struct isotp_sock *so = isotp_sk(sk); in isotp_send_fc() local
207 nskb = alloc_skb(so in isotp_send_fc()
318 check_pad(struct isotp_sock *so, struct canfd_frame *cf, int start_index, u8 content) check_pad() argument
348 isotp_rcv_fc(struct isotp_sock *so, struct canfd_frame *cf, int ae) isotp_rcv_fc() argument
432 struct isotp_sock *so = isotp_sk(sk); isotp_rcv_sf() local
464 struct isotp_sock *so = isotp_sk(sk); isotp_rcv_ff() local
528 struct isotp_sock *so = isotp_sk(sk); isotp_rcv_cf() local
622 struct isotp_sock *so = isotp_sk(sk); isotp_rcv() local
705 isotp_fill_dataframe(struct canfd_frame *cf, struct isotp_sock *so, int ae, int off) isotp_fill_dataframe() argument
736 isotp_send_cframe(struct isotp_sock *so) isotp_send_cframe() argument
793 isotp_create_fframe(struct canfd_frame *cf, struct isotp_sock *so, int ae) isotp_create_fframe() argument
831 struct isotp_sock *so = isotp_sk(sk); isotp_rcv_echo() local
874 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, isotp_tx_timer_handler() local
898 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, isotp_txfr_timer_handler() local
915 struct isotp_sock *so = isotp_sk(sk); isotp_sendmsg() local
1098 struct isotp_sock *so = isotp_sk(sk); isotp_recvmsg() local
1142 struct isotp_sock *so; isotp_release() local
1212 struct isotp_sock *so = isotp_sk(sk); isotp_bind() local
1320 struct isotp_sock *so = isotp_sk(sk); isotp_getname() local
1338 struct isotp_sock *so = isotp_sk(sk); isotp_setsockopt_locked() local
1452 struct isotp_sock *so = isotp_sk(sk); isotp_getsockopt() local
1500 isotp_notify(struct isotp_sock *so, unsigned long msg, struct net_device *dev) isotp_notify() argument
1568 struct isotp_sock *so = isotp_sk(sk); isotp_init() local
1613 struct isotp_sock *so = isotp_sk(sk); isotp_poll() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.c9 * Software is furnished to do so, subject to the following conditions:
59 * right after the commands taking care of alignment so we should sufficient
69 static int render_state_setup(struct intel_renderstate *so, in render_state_setup() argument
72 const struct intel_renderstate_rodata *rodata = so->rodata; in render_state_setup()
77 d = i915_gem_object_pin_map(so->vma->obj, I915_MAP_WB); in render_state_setup()
85 u64 r = s + so->vma->node.start; in render_state_setup()
107 so->batch_offset = i915_ggtt_offset(so->vma); in render_state_setup()
108 so->batch_size = rodata->batch_items * sizeof(u32); in render_state_setup()
113 so in render_state_setup()
160 intel_renderstate_init(struct intel_renderstate *so, struct intel_context *ce) intel_renderstate_init() argument
227 intel_renderstate_emit(struct intel_renderstate *so, struct i915_request *rq) intel_renderstate_emit() argument
259 intel_renderstate_fini(struct intel_renderstate *so, struct intel_context *ce) intel_renderstate_fini() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.c40 * right after the commands taking care of alignment so we should sufficient
50 static int render_state_setup(struct intel_renderstate *so, in render_state_setup() argument
53 const struct intel_renderstate_rodata *rodata = so->rodata; in render_state_setup()
58 d = i915_gem_object_pin_map(so->vma->obj, I915_MAP_WB); in render_state_setup()
66 u64 r = s + i915_vma_offset(so->vma); in render_state_setup()
89 so->batch_offset = i915_ggtt_offset(so->vma); in render_state_setup()
90 so->batch_size = rodata->batch_items * sizeof(u32); in render_state_setup()
95 so->aux_offset = i * sizeof(u32); in render_state_setup()
125 so in render_state_setup()
142 intel_renderstate_init(struct intel_renderstate *so, struct intel_context *ce) intel_renderstate_init() argument
209 intel_renderstate_emit(struct intel_renderstate *so, struct i915_request *rq) intel_renderstate_emit() argument
239 intel_renderstate_fini(struct intel_renderstate *so, struct intel_context *ce) intel_renderstate_fini() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_streamoutput.c12 * permit persons to whom the Software is furnished to do so, subject to
92 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); in vmw_dx_streamoutput_unscrub() local
99 if (!list_empty(&so->cotable_head) || !so->committed ) in vmw_dx_streamoutput_unscrub()
102 cmd = VMW_FIFO_RESERVE_DX(dev_priv, sizeof(*cmd), so->ctx->id); in vmw_dx_streamoutput_unscrub()
108 cmd->body.soid = so->id; in vmw_dx_streamoutput_unscrub()
111 cmd->body.sizeInBytes = so->size; in vmw_dx_streamoutput_unscrub()
114 vmw_cotable_add_resource(so->cotable, &so->cotable_head); in vmw_dx_streamoutput_unscrub()
122 struct vmw_dx_streamoutput *so in vmw_dx_streamoutput_create() local
164 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); vmw_dx_streamoutput_scrub() local
223 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); vmw_dx_streamoutput_commit_notify() local
258 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); vmw_dx_streamoutput_res_free() local
284 struct vmw_dx_streamoutput *so; vmw_dx_streamoutput_add() local
345 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); vmw_dx_streamoutput_set_size() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_streamoutput.c12 * permit persons to whom the Software is furnished to do so, subject to
92 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); in vmw_dx_streamoutput_unscrub() local
99 if (!list_empty(&so->cotable_head) || !so->committed ) in vmw_dx_streamoutput_unscrub()
102 cmd = VMW_CMD_CTX_RESERVE(dev_priv, sizeof(*cmd), so->ctx->id); in vmw_dx_streamoutput_unscrub()
108 cmd->body.soid = so->id; in vmw_dx_streamoutput_unscrub()
111 cmd->body.sizeInBytes = so->size; in vmw_dx_streamoutput_unscrub()
114 vmw_cotable_add_resource(so->cotable, &so->cotable_head); in vmw_dx_streamoutput_unscrub()
122 struct vmw_dx_streamoutput *so in vmw_dx_streamoutput_create() local
164 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); vmw_dx_streamoutput_scrub() local
223 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); vmw_dx_streamoutput_commit_notify() local
257 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); vmw_dx_streamoutput_res_free() local
282 struct vmw_dx_streamoutput *so; vmw_dx_streamoutput_add() local
326 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); vmw_dx_streamoutput_set_size() local
[all...]
/kernel/liteos_m/testsuites/sample/kernel/dynlink/lib/
H A DMakefile42 SO = $(patsubst %.c,%.so,$(SRCS))
43 ALIGN_SO = $(patsubst %.c,$(PREFIX)%.so,$(SRCS))
57 $(SO): %.so : %.c
58 $(HIDE)$(CROSS_GCC) -fPIC -shared $(MCU) $(CFLAGS) $(CASE)athmtc.c -o $(CASE)athmtc.so
59 $(HIDE)$(CROSS_GCC) -fPIC -shared $(MCU) $(CFLAGS) $(CASE)bss.c -o $(CASE)bss.so
60 $(HIDE)$(CROSS_GCC) -fPIC -shared $(MCU) $(CFLAGS) $(CASE)initfini.c -o $(CASE)align10000.so
61 $(HIDE)$(CROSS_GCC) -fPIC -shared $(MCU) $(CFLAGS) $(CASE)static.c -o $(CASE)static.so
62 $(HIDE)$(CROSS_GCC) -fPIC -shared $(MCU) $(CFLAGS) $(CASE)sym.c -o $(CASE)sym.so
63 $(HIDE)$(CROSS_GCC) -fPIC -shared $(MCU) $(CFLAGS) $(CASE)undfunc.c -o $(CASE)undfunc.so
64 $(HIDE)$(CROSS_GCC) -fPIC -shared $(MCU) $(CFLAGS) $(CASE)undval.c -o $(CASE)undval.so
[all...]
/kernel/linux/linux-5.10/arch/sh/boards/mach-migor/
H A Dlcd_qvga.c113 int migor_lcd_qvga_setup(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) in migor_lcd_qvga_setup() argument
120 migor_lcd_qvga_seq(sohandle, so, sync_data, ARRAY_SIZE(sync_data)); in migor_lcd_qvga_setup()
122 if (read_reg16(sohandle, so, 0) != 0x1505) in migor_lcd_qvga_setup()
127 migor_lcd_qvga_seq(sohandle, so, sync_data, ARRAY_SIZE(sync_data)); in migor_lcd_qvga_setup()
128 write_reg16(sohandle, so, 0x00A4, 0x0001); in migor_lcd_qvga_setup()
131 migor_lcd_qvga_seq(sohandle, so, magic0_data, ARRAY_SIZE(magic0_data)); in migor_lcd_qvga_setup()
134 migor_lcd_qvga_seq(sohandle, so, magic1_data, ARRAY_SIZE(magic1_data)); in migor_lcd_qvga_setup()
135 write_reg16(sohandle, so, 0x0050, 0xef - (yres - 1)); in migor_lcd_qvga_setup()
136 write_reg16(sohandle, so, 0x0051, 0x00ef); in migor_lcd_qvga_setup()
137 write_reg16(sohandle, so, in migor_lcd_qvga_setup()
[all...]
/kernel/linux/linux-6.6/arch/sh/boards/mach-migor/
H A Dlcd_qvga.c113 int migor_lcd_qvga_setup(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) in migor_lcd_qvga_setup() argument
120 migor_lcd_qvga_seq(sohandle, so, sync_data, ARRAY_SIZE(sync_data)); in migor_lcd_qvga_setup()
122 if (read_reg16(sohandle, so, 0) != 0x1505) in migor_lcd_qvga_setup()
127 migor_lcd_qvga_seq(sohandle, so, sync_data, ARRAY_SIZE(sync_data)); in migor_lcd_qvga_setup()
128 write_reg16(sohandle, so, 0x00A4, 0x0001); in migor_lcd_qvga_setup()
131 migor_lcd_qvga_seq(sohandle, so, magic0_data, ARRAY_SIZE(magic0_data)); in migor_lcd_qvga_setup()
134 migor_lcd_qvga_seq(sohandle, so, magic1_data, ARRAY_SIZE(magic1_data)); in migor_lcd_qvga_setup()
135 write_reg16(sohandle, so, 0x0050, 0xef - (yres - 1)); in migor_lcd_qvga_setup()
136 write_reg16(sohandle, so, 0x0051, 0x00ef); in migor_lcd_qvga_setup()
137 write_reg16(sohandle, so, in migor_lcd_qvga_setup()
[all...]
/kernel/linux/linux-6.6/arch/mips/vdso/
H A DMakefile57 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
83 # Strip rule for the raw .so files
84 $(obj)/%.so.raw: OBJCOPYFLAGS := -S
85 $(obj)/%.so.raw: $(obj)/%.so.dbg.raw FORCE
104 targets += vdso.so.dbg.raw vdso.so.raw
105 targets += vdso.so.dbg vdso.so
115 $(obj)/vdso.so
[all...]
/kernel/linux/linux-6.6/arch/csky/kernel/vdso/
H A DMakefile20 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds vdso-dummy.o
31 $(obj)/vdso.o: $(obj)/vdso.so
33 SYSCFLAGS_vdso.so.dbg = $(c_flags)
34 $(obj)/vdso.so.dbg: $(src)/vdso.lds $(obj-vdso) FORCE
36 SYSCFLAGS_vdso.so.dbg = -shared -s -Wl,-soname=linux-vdso.so.1 \
39 $(obj)/vdso-syms.S: $(obj)/vdso.so FORCE
42 # strip rule for the .so file
43 $(obj)/%.so
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso64/
H A DMakefile8 targets := $(obj-vdso64) vdso64.so vdso64.so.dbg
16 -Wl,-soname=linux-vdso64.so.1 -Wl,--hash-style=both
24 $(obj)/vdso64_wrapper.o : $(obj)/vdso64.so
26 # link rule for the .so file, .lds has to be first
27 $(obj)/vdso64.so.dbg: $(src)/vdso64.lds $(obj-vdso64) FORCE
30 # strip rule for the .so file
31 $(obj)/%.so: OBJCOPYFLAGS := -S
32 $(obj)/%.so: $(obj)/%.so
[all...]
/kernel/linux/linux-5.10/arch/riscv/kernel/vdso/
H A DMakefile27 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds
45 $(obj)/vdso.o: $(obj)/vdso.so
47 # link rule for the .so file, .lds has to be first
48 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE
50 LDFLAGS_vdso.so.dbg = -shared -S -soname=linux-vdso.so.1 \
53 # strip rule for the .so file
54 $(obj)/%.so: OBJCOPYFLAGS := -S
55 $(obj)/%.so
[all...]
/kernel/linux/linux-6.6/arch/riscv/kernel/vdso/
H A DMakefile29 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds
48 $(obj)/vdso.o: $(obj)/vdso.so
50 # link rule for the .so file, .lds has to be first
51 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE
53 LDFLAGS_vdso.so.dbg = -shared -S -soname=linux-vdso.so.1 \
56 # strip rule for the .so file
57 $(obj)/%.so: OBJCOPYFLAGS := -S
58 $(obj)/%.so
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/vdso32/
H A DMakefile12 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg
25 LDFLAGS_vdso32.so.dbg += -shared -soname=linux-vdso32.so.1 \
42 $(obj)/vdso32_wrapper.o : $(obj)/vdso32.so
47 $(obj)/vdso32.so.dbg: $(src)/vdso32.lds $(obj-vdso32) FORCE
50 # strip rule for the .so file
51 $(obj)/%.so: OBJCOPYFLAGS := -S
52 $(obj)/%.so: $(obj)/%.so
[all...]
/kernel/linux/linux-6.6/arch/riscv/kernel/compat_vdso/
H A DMakefile31 targets := $(obj-compat_vdso) compat_vdso.so compat_vdso.so.dbg compat_vdso.lds
44 $(obj)/compat_vdso.o: $(obj)/compat_vdso.so
46 # link rule for the .so file, .lds has to be first
47 $(obj)/compat_vdso.so.dbg: $(obj)/compat_vdso.lds $(obj-compat_vdso) FORCE
49 LDFLAGS_compat_vdso.so.dbg = -shared -S -soname=linux-compat_vdso.so.1 \
55 # strip rule for the .so file
56 $(obj)/%.so: OBJCOPYFLAGS := -S
57 $(obj)/%.so
[all...]
/kernel/linux/linux-5.10/arch/x86/um/vdso/
H A DMakefile11 vdso-install-$(VDSO64-y) += vdso.so
22 $(obj)/vdso.o: $(obj)/vdso.so
24 targets += vdso.so vdso.so.dbg vdso.lds $(vobjs-y)
28 VDSO_LDFLAGS_vdso.lds = -m64 -Wl,-soname=linux-vdso.so.1 \
31 $(obj)/vdso.o: $(src)/vdso.S $(obj)/vdso.so
33 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE
36 $(obj)/%.so: OBJCOPYFLAGS := -S
37 $(obj)/%.so: $(obj)/%.so
[all...]
/kernel/linux/linux-5.10/arch/arm/vdso/
H A DMakefile13 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds
20 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
48 $(obj)/vdso.o : $(obj)/vdso.so
50 # Link rule for the .so file
51 $(obj)/vdso.so.raw: $(obj)/vdso.lds $(obj-vdso) FORCE
54 $(obj)/vdso.so.dbg: $(obj)/vdso.so.raw $(obj)/vdsomunge FORCE
57 # Strip rule for the .so fil
[all...]
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/
H A DMakefile17 targets := $(obj-vdso) vdso.so vdso.so.dbg
24 # routines, as x86 does (see 6f121e548f83 ("x86, vdso: Reimplement vdso.so
26 ldflags-y := -shared -nostdlib -soname=linux-vdso.so.1 --hash-style=sysv \
54 $(obj)/vdso.o : $(obj)/vdso.so
56 # Link rule for the .so file, .lds has to be first
57 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE
60 # Strip rule for the .so file
61 $(obj)/%.so: OBJCOPYFLAGS := -S
62 $(obj)/%.so
[all...]
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/
H A DMakefile12 targets := $(obj-vdso) vdso.so vdso.so.dbg
16 -Wl,-soname=linux-vdso.so.1 -Wl,--hash-style=sysv
27 $(obj)/vdso.o : $(obj)/vdso.so
29 # Link rule for the .so file, .lds has to be first
30 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE
34 # Strip rule for the .so file
35 $(obj)/%.so: OBJCOPYFLAGS := -S
36 $(obj)/%.so: $(obj)/%.so
[all...]
/kernel/linux/linux-6.6/arch/arm/vdso/
H A DMakefile11 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds
18 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
46 $(obj)/vdso.o : $(obj)/vdso.so
48 # Link rule for the .so file
49 $(obj)/vdso.so.raw: $(obj)/vdso.lds $(obj-vdso) FORCE
52 $(obj)/vdso.so.dbg: $(obj)/vdso.so.raw $(obj)/vdsomunge FORCE
55 # Strip rule for the .so fil
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/vdso64/
H A DMakefile16 targets := $(obj-vdso64) $(obj-cvdso64) vdso64.so vdso64.so.dbg
29 ldflags-y := -shared -soname=linux-vdso64.so.1 \
46 $(obj)/vdso64_wrapper.o : $(obj)/vdso64.so
51 # link rule for the .so file, .lds has to be first
52 $(obj)/vdso64.so.dbg: $(src)/vdso64.lds $(obj-vdso64) $(obj-cvdso64) FORCE
55 # strip rule for the .so file
56 $(obj)/%.so: OBJCOPYFLAGS := -S
57 $(obj)/%.so: $(obj)/%.so
[all...]
/kernel/linux/linux-6.6/arch/x86/um/vdso/
H A DMakefile14 vdso-install-$(VDSO64-y) += vdso.so
25 $(obj)/vdso.o: $(obj)/vdso.so
27 targets += vdso.so vdso.so.dbg vdso.lds $(vobjs-y)
31 VDSO_LDFLAGS_vdso.lds = -m64 -Wl,-soname=linux-vdso.so.1 \
34 $(obj)/vdso.o: $(src)/vdso.S $(obj)/vdso.so
36 $(obj)/vdso.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE
39 $(obj)/%.so: OBJCOPYFLAGS := -S
40 $(obj)/%.so: $(obj)/%.so
[all...]

Completed in 10 milliseconds

1234567891011