Home
last modified time | relevance | path

Searched refs:sh_machine_vector (Results 1 – 25 of 46) sorted by relevance

12

/Linux-v4.19/arch/sh/kernel/
Dmachvec.c25 for ((mv) = (struct sh_machine_vector *)&__machvec_start; \
29 static struct sh_machine_vector * __init get_mv_byname(const char *name) in get_mv_byname()
31 struct sh_machine_vector *mv; in get_mv_byname()
48 struct sh_machine_vector *mvp; in early_parse_mv()
99 if (machvec_size % sizeof(struct sh_machine_vector)) in sh_mv_setup()
106 if (machvec_size >= sizeof(struct sh_machine_vector)) in sh_mv_setup()
107 sh_mv = *(struct sh_machine_vector *)&__machvec_start; in sh_mv_setup()
/Linux-v4.19/arch/sh/include/asm/
Dmachvec.h17 struct sh_machine_vector { struct
36 extern struct sh_machine_vector sh_mv; argument
/Linux-v4.19/arch/sh/boards/mach-se/
Dboard-se7619.c24 static struct sh_machine_vector mv_se __initmv = {
/Linux-v4.19/arch/sh/boards/
Dboard-titan.c21 static struct sh_machine_vector mv_titan __initmv = {
Dboard-shmin.c31 static struct sh_machine_vector mv_shmin __initmv = {
Dboard-secureedge5410.c72 static struct sh_machine_vector mv_snapgear __initmv = {
Dboard-edosk7705.c76 static struct sh_machine_vector mv_edosk7705 __initmv = {
Dboard-espt.c106 static struct sh_machine_vector mv_espt __initmv = {
Dboard-apsh4ad0a.c129 static struct sh_machine_vector mv_apsh4ad0a __initmv = {
Dboard-sh2007.c142 struct sh_machine_vector mv_sh2007 __initmv = {
Dboard-edosk7760.c189 struct sh_machine_vector mv_edosk7760 __initmv = {
Dboard-polaris.c153 static struct sh_machine_vector mv_polaris __initmv = {
Dboard-apsh4a3a.c179 static struct sh_machine_vector mv_apsh4a3a __initmv = {
Dof-generic.c165 static struct sh_machine_vector __initmv sh_of_generic_mv = {
/Linux-v4.19/arch/sh/boards/mach-dreamcast/
Dsetup.c36 static struct sh_machine_vector mv_dreamcast __initmv = {
/Linux-v4.19/arch/sh/boards/mach-se/7751/
Dsetup.c57 static struct sh_machine_vector mv_7751se __initmv = {
/Linux-v4.19/arch/sh/boards/mach-rsk/
Dsetup.c85 static struct sh_machine_vector mv_rsk __initmv = {
/Linux-v4.19/arch/sh/boards/mach-lboxre2/
Dsetup.c80 static struct sh_machine_vector mv_lboxre2 __initmv = {
/Linux-v4.19/arch/sh/boards/mach-se/7721/
Dsetup.c92 struct sh_machine_vector mv_se7721 __initmv = {
/Linux-v4.19/arch/sh/boards/mach-se/7206/
Dsetup.c92 static struct sh_machine_vector mv_se __initmv = {
/Linux-v4.19/arch/sh/boards/mach-sdk7780/
Dsetup.c94 static struct sh_machine_vector mv_se7780 __initmv = {
/Linux-v4.19/arch/sh/boards/mach-landisk/
Dsetup.c98 static struct sh_machine_vector mv_landisk __initmv = {
/Linux-v4.19/arch/sh/boards/mach-sh03/
Dsetup.c102 static struct sh_machine_vector mv_sh03 __initmv = {
/Linux-v4.19/arch/sh/boards/mach-se/7780/
Dsetup.c110 static struct sh_machine_vector mv_se7780 __initmv = {
/Linux-v4.19/arch/sh/boards/mach-microdev/
Dsetup.c195 static struct sh_machine_vector mv_sh4202_microdev __initmv = {

12