Searched refs:dtv (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | strobemeta.h | 242 /* Type for the dtv. */ 244 typedef union dtv { union 256 dtv_t* dtv; member 313 dtv_t *dtv; in calc_location() local 320 /* dtv = ((struct tcbhead *)tls_base)->dtv[tls_index.module] */ in calc_location() 321 bpf_probe_read_user(&dtv, sizeof(dtv), in calc_location() 322 &((struct tcbhead *)tls_base)->dtv); in calc_location() 323 dtv in calc_location() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | strobemeta.h | 244 /* Type for the dtv. */ 246 typedef union dtv { union 258 dtv_t* dtv; member 315 dtv_t *dtv; in calc_location() local 322 /* dtv = ((struct tcbhead *)tls_base)->dtv[tls_index.module] */ in calc_location() 323 bpf_probe_read_user(&dtv, sizeof(dtv), in calc_location() 324 &((struct tcbhead *)tls_base)->dtv); in calc_location() 325 dtv in calc_location() [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/meson/ |
H A D | pinctrl-meson-s4.c | 1155 FUNCTION(dtv),
|
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
H A D | pfc-emev2.c | 1404 SH_PFC_FUNCTION(dtv),
|
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | pfc-emev2.c | 1366 SH_PFC_FUNCTION(dtv),
|
/kernel/linux/linux-5.10/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra124.c | 1637 FUNCTION(dtv),
|
H A D | pinctrl-tegra114.c | 1474 FUNCTION(dtv),
|
H A D | pinctrl-tegra210.c | 1209 FUNCTION(dtv),
|
H A D | pinctrl-tegra30.c | 2031 FUNCTION(dtv),
|
/kernel/linux/linux-6.6/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra114.c | 1471 FUNCTION(dtv),
|
H A D | pinctrl-tegra124.c | 1634 FUNCTION(dtv),
|
H A D | pinctrl-tegra210.c | 1206 FUNCTION(dtv),
|
H A D | pinctrl-tegra30.c | 2028 FUNCTION(dtv),
|
Completed in 35 milliseconds