/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hostess_sv11.c | 190 struct z8530_dev *sv; in sv11_init() local 201 sv = kzalloc(sizeof(struct z8530_dev), GFP_KERNEL); in sv11_init() 202 if (!sv) in sv11_init() 209 sv->active = 0; in sv11_init() 211 sv->chanA.ctrlio = iobase + 1; in sv11_init() 212 sv->chanA.dataio = iobase + 3; in sv11_init() 213 sv->chanB.ctrlio = -1; in sv11_init() 214 sv->chanB.dataio = -1; in sv11_init() 215 sv->chanA.irqs = &z8530_nop; in sv11_init() 216 sv in sv11_init() [all...] |
H A D | sealevel.c | 176 static int slvl_setup(struct slvl_device *sv, int iobase, int irq) in slvl_setup() argument 178 struct net_device *dev = alloc_hdlcdev(sv); in slvl_setup() 194 sv->chan->netdevice = dev; in slvl_setup()
|
/kernel/linux/linux-5.10/lib/livepatch/ |
H A D | test_klp_shadow_vars.c | 63 int **sv; in shadow_get() local 65 sv = klp_shadow_get(obj, id); in shadow_get() 67 __func__, ptr_id(obj), id, ptr_id(sv)); in shadow_get() 69 return sv; in shadow_get() 77 int **sv; in shadow_alloc() local 79 sv = klp_shadow_alloc(obj, id, size, gfp_flags, ctor, var); in shadow_alloc() 82 ptr_id(*var), ptr_id(sv)); in shadow_alloc() 84 return sv; in shadow_alloc() 92 int **sv; in shadow_get_or_alloc() local 94 sv in shadow_get_or_alloc() 119 int **sv = shadow_data; shadow_ctor() local 138 int **sv = shadow_data; shadow_dtor() local 172 void **sv; test_klp_shadow_vars_init() local [all...] |
/kernel/linux/linux-6.6/lib/livepatch/ |
H A D | test_klp_shadow_vars.c | 63 int **sv; in shadow_get() local 65 sv = klp_shadow_get(obj, id); in shadow_get() 67 __func__, ptr_id(obj), id, ptr_id(sv)); in shadow_get() 69 return sv; in shadow_get() 77 int **sv; in shadow_alloc() local 79 sv = klp_shadow_alloc(obj, id, size, gfp_flags, ctor, var); in shadow_alloc() 82 ptr_id(*var), ptr_id(sv)); in shadow_alloc() 84 return sv; in shadow_alloc() 92 int **sv; in shadow_get_or_alloc() local 94 sv in shadow_get_or_alloc() 119 int **sv = shadow_data; shadow_ctor() local 138 int **sv = shadow_data; shadow_dtor() local 172 void **sv; test_klp_shadow_vars_init() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/logicvc/ |
H A D | logicvc_of.c | 41 .sv = logicvc_of_display_interface_sv, 49 .sv = logicvc_of_display_colorspace_sv, 83 .sv = logicvc_of_layer_colorspace_sv, 91 .sv = logicvc_of_layer_alpha_mode_sv, 109 static int logicvc_of_property_sv_value(struct logicvc_of_property_sv *sv, in logicvc_of_property_sv_value() argument 114 while (sv[i].string) { in logicvc_of_property_sv_value() 115 if (!strcmp(sv[i].string, string)) { in logicvc_of_property_sv_value() 116 *value = sv[i].value; in logicvc_of_property_sv_value() 143 if (property->sv) { in logicvc_of_property_parse_u32() 148 ret = logicvc_of_property_sv_value(property->sv, strin in logicvc_of_property_parse_u32() [all...] |
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_tty.c | 406 static void sclp_get_input(struct gds_subvector *sv) in sclp_get_input() argument 411 str = (unsigned char *) (sv + 1); in sclp_get_input() 412 count = sv->length - sizeof(*sv); in sclp_get_input() 423 static inline void sclp_eval_selfdeftextmsg(struct gds_subvector *sv) in sclp_eval_selfdeftextmsg() argument 427 end = (void *) sv + sv->length; in sclp_eval_selfdeftextmsg() 428 for (sv = sv + 1; (void *) sv < en in sclp_eval_selfdeftextmsg() 435 struct gds_subvector *sv; sclp_eval_textcmd() local [all...] |
H A D | sclp_ocf.c | 46 struct gds_subvector *sv, *netid, *cpc; in sclp_ocf_handler() local 59 sv = sclp_find_gds_subvector(v + 1, (void *) v + v->length, 0x81); in sclp_ocf_handler() 60 if (!sv) in sclp_ocf_handler() 63 netid = sclp_find_gds_subvector(sv + 1, (void *) sv + sv->length, 1); in sclp_ocf_handler() 65 cpc = sclp_find_gds_subvector(sv + 1, (void *) sv + sv->length, 2); in sclp_ocf_handler()
|
H A D | sclp.h | 394 struct gds_subvector *sv; in sclp_find_gds_subvector() local 396 for (sv = start; (void *) sv < end; sv = (void *) sv + sv->length) in sclp_find_gds_subvector() 397 if (sv->key == key) in sclp_find_gds_subvector() 398 return sv; in sclp_find_gds_subvector()
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_tty.c | 402 static void sclp_get_input(struct gds_subvector *sv) in sclp_get_input() argument 407 str = (unsigned char *) (sv + 1); in sclp_get_input() 408 count = sv->length - sizeof(*sv); in sclp_get_input() 419 static inline void sclp_eval_selfdeftextmsg(struct gds_subvector *sv) in sclp_eval_selfdeftextmsg() argument 423 end = (void *) sv + sv->length; in sclp_eval_selfdeftextmsg() 424 for (sv = sv + 1; (void *) sv < en in sclp_eval_selfdeftextmsg() 431 struct gds_subvector *sv; sclp_eval_textcmd() local [all...] |
H A D | sclp_ocf.c | 46 struct gds_subvector *sv, *netid, *cpc; in sclp_ocf_handler() local 59 sv = sclp_find_gds_subvector(v + 1, (void *) v + v->length, 0x81); in sclp_ocf_handler() 60 if (!sv) in sclp_ocf_handler() 63 netid = sclp_find_gds_subvector(sv + 1, (void *) sv + sv->length, 1); in sclp_ocf_handler() 65 cpc = sclp_find_gds_subvector(sv + 1, (void *) sv + sv->length, 2); in sclp_ocf_handler()
|
H A D | sclp.h | 384 struct gds_subvector *sv; in sclp_find_gds_subvector() local 386 for (sv = start; (void *) sv < end; sv = (void *) sv + sv->length) in sclp_find_gds_subvector() 387 if (sv->key == key) in sclp_find_gds_subvector() 388 return sv; in sclp_find_gds_subvector()
|
/kernel/linux/linux-5.10/sound/soc/sh/rcar/ |
H A D | ctu.c | 75 struct rsnd_kctrl_cfg_m sv[4]; member 145 rsnd_mod_write(mod, CTU_SVxxR(i, j), rsnd_kctrl_valm(ctu->sv[i], j)); in rsnd_ctu_value_init() 162 rsnd_kctrl_valm(ctu->sv[0], i) = 0; in rsnd_ctu_value_reset() 163 rsnd_kctrl_valm(ctu->sv[1], i) = 0; in rsnd_ctu_value_reset() 164 rsnd_kctrl_valm(ctu->sv[2], i) = 0; in rsnd_ctu_value_reset() 165 rsnd_kctrl_valm(ctu->sv[3], i) = 0; in rsnd_ctu_value_reset() 219 &ctu->sv[0], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 228 &ctu->sv[1], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 237 &ctu->sv[2], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 246 &ctu->sv[ in rsnd_ctu_pcm_new() [all...] |
/kernel/linux/linux-6.6/sound/soc/sh/rcar/ |
H A D | ctu.c | 75 struct rsnd_kctrl_cfg_m sv[4]; member 145 rsnd_mod_write(mod, CTU_SVxxR(i, j), rsnd_kctrl_valm(ctu->sv[i], j)); in rsnd_ctu_value_init() 162 rsnd_kctrl_valm(ctu->sv[0], i) = 0; in rsnd_ctu_value_reset() 163 rsnd_kctrl_valm(ctu->sv[1], i) = 0; in rsnd_ctu_value_reset() 164 rsnd_kctrl_valm(ctu->sv[2], i) = 0; in rsnd_ctu_value_reset() 165 rsnd_kctrl_valm(ctu->sv[3], i) = 0; in rsnd_ctu_value_reset() 221 &ctu->sv[0], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 230 &ctu->sv[1], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 239 &ctu->sv[2], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 248 &ctu->sv[ in rsnd_ctu_pcm_new() [all...] |
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | sleepgraph.py | 2413 def __init__(self, pid, sv): 2424 self.sv = sv 2462 warning = self.sv.verbose and abs(mismatch) > 1 2524 md = self.sv.max_graph_depth 2527 if (md and self.depth >= md - 1) or (line.name in self.sv.cgblacklist): 2536 (line.name in self.sv.cgblacklist): 2583 minicg = FTraceCallGraph(dev['pid'], self.sv) 2632 if self.sv.verbose: 2649 if self.sv [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_ioctl.c | 386 struct drm_set_version *sv = data; in drm_setversion() local 390 if (sv->drm_di_major != -1) { in drm_setversion() 391 if (sv->drm_di_major != DRM_IF_MAJOR || in drm_setversion() 392 sv->drm_di_minor < 0 || sv->drm_di_minor > DRM_IF_MINOR) { in drm_setversion() 396 if_version = DRM_IF_VERSION(sv->drm_di_major, in drm_setversion() 397 sv->drm_di_minor); in drm_setversion() 399 if (sv->drm_di_minor >= 1) { in drm_setversion() 410 if (sv->drm_dd_major != -1) { in drm_setversion() 411 if (sv in drm_setversion() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_ioctl.c | 384 struct drm_set_version *sv = data; in drm_setversion() local 388 if (sv->drm_di_major != -1) { in drm_setversion() 389 if (sv->drm_di_major != DRM_IF_MAJOR || in drm_setversion() 390 sv->drm_di_minor < 0 || sv->drm_di_minor > DRM_IF_MINOR) { in drm_setversion() 394 if_version = DRM_IF_VERSION(sv->drm_di_major, in drm_setversion() 395 sv->drm_di_minor); in drm_setversion() 397 if (sv->drm_di_minor >= 1) { in drm_setversion() 408 if (sv->drm_dd_major != -1) { in drm_setversion() 409 if (sv in drm_setversion() [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | tnum.c | 64 u64 sm, sv, sigma, chi, mu; in tnum_add() local 67 sv = a.value + b.value; in tnum_add() 68 sigma = sm + sv; in tnum_add() 69 chi = sigma ^ sv; in tnum_add() 71 return TNUM(sv & ~mu, mu); in tnum_add()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | tnum.c | 64 u64 sm, sv, sigma, chi, mu; in tnum_add() local 67 sv = a.value + b.value; in tnum_add() 68 sigma = sm + sv; in tnum_add() 69 chi = sigma ^ sv; in tnum_add() 71 return TNUM(sv & ~mu, mu); in tnum_add()
|
/kernel/linux/linux-5.10/kernel/printk/ |
H A D | printk_ringbuffer.h | 125 #define DESC_STATE(sv) (3UL & (sv >> DESC_FLAGS_SHIFT)) 128 #define DESC_ID(sv) ((sv) & DESC_ID_MASK)
|
/kernel/linux/linux-6.6/kernel/printk/ |
H A D | printk_ringbuffer.h | 126 #define DESC_STATE(sv) (3UL & (sv >> DESC_FLAGS_SHIFT)) 129 #define DESC_ID(sv) ((sv) & DESC_ID_MASK)
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | sleepgraph.py | 2225 def __init__(self, pid, sv): 2236 self.sv = sv 2274 warning = self.sv.verbose and abs(mismatch) > 1 2336 md = self.sv.max_graph_depth 2339 if (md and self.depth >= md - 1) or (line.name in self.sv.cgblacklist): 2348 (line.name in self.sv.cgblacklist): 2395 minicg = FTraceCallGraph(dev['pid'], self.sv) 2444 if self.sv.verbose: 2461 if self.sv [all...] |
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | head.S | 258 * Temporaries: istart, iend, tmp, count, sv - these need to be different registers 260 * Corrupts: tbl, rtbl, vend, istart, iend, tmp, count, sv 262 .macro map_memory, tbl, rtbl, vstart, vend, flags, phys, order, istart, iend, tmp, count, sv, extra_shift 271 mov \sv, \rtbl 273 mov \tbl, \sv 277 mov \sv, \rtbl 279 mov \tbl, \sv 283 mov \sv, \rtbl 285 mov \tbl, \sv 290 mov \sv, \rtb [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 326 long sv; in run_syscall_twice() local 332 sv = syscall_addr; in run_syscall_twice() 336 syscall_addr = sv; in run_syscall_twice()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 326 long sv; in run_syscall_twice() local 332 sv = syscall_addr; in run_syscall_twice() 336 syscall_addr = sv; in run_syscall_twice()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | head.S | 237 * Temporaries: istart, iend, tmp, count, sv - these need to be different registers 239 * Corrupts: tbl, rtbl, vend, istart, iend, tmp, count, sv 241 .macro map_memory, tbl, rtbl, vstart, vend, flags, phys, pgds, istart, iend, tmp, count, sv 244 mov \sv, \rtbl 248 mov \tbl, \sv 249 mov \sv, \rtbl 254 mov \tbl, \sv 255 mov \sv, \rtbl 261 mov \tbl, \sv
|