Home
last modified time | relevance | path

Searched refs:sh_machine_vector (Results 1 - 25 of 88) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dmachvec.c23 for ((mv) = (struct sh_machine_vector *)__machvec_start; \
27 static struct sh_machine_vector * __init get_mv_byname(const char *name) in get_mv_byname()
29 struct sh_machine_vector *mv; in get_mv_byname()
46 struct sh_machine_vector *mvp; in early_parse_mv()
97 if (machvec_size % sizeof(struct sh_machine_vector)) in sh_mv_setup()
104 if (machvec_size >= sizeof(struct sh_machine_vector)) in sh_mv_setup()
105 sh_mv = *(struct sh_machine_vector *)__machvec_start; in sh_mv_setup()
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dmachvec.c23 for ((mv) = (struct sh_machine_vector *)__machvec_start; \
27 static struct sh_machine_vector * __init get_mv_byname(const char *name) in get_mv_byname()
29 struct sh_machine_vector *mv; in get_mv_byname()
46 struct sh_machine_vector *mvp; in early_parse_mv()
97 if (machvec_size % sizeof(struct sh_machine_vector)) in sh_mv_setup()
104 if (machvec_size >= sizeof(struct sh_machine_vector)) in sh_mv_setup()
105 sh_mv = *(struct sh_machine_vector *)__machvec_start; in sh_mv_setup()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dmachvec.h15 struct sh_machine_vector { struct
34 extern struct sh_machine_vector sh_mv;
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dmachvec.h15 struct sh_machine_vector { struct
34 extern struct sh_machine_vector sh_mv;
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/
H A Dboard-se7619.c24 static struct sh_machine_vector mv_se __initmv = {
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/
H A Dboard-se7619.c24 static struct sh_machine_vector mv_se __initmv = {
/kernel/linux/linux-5.10/arch/sh/boards/
H A Dboard-titan.c18 static struct sh_machine_vector mv_titan __initmv = {
H A Dboard-secureedge5410.c72 static struct sh_machine_vector mv_snapgear __initmv = {
H A Dboard-shmin.c31 static struct sh_machine_vector mv_shmin __initmv = {
H A Dboard-edosk7705.c76 static struct sh_machine_vector mv_edosk7705 __initmv = {
/kernel/linux/linux-6.6/arch/sh/boards/
H A Dboard-titan.c18 static struct sh_machine_vector mv_titan __initmv = {
H A Dboard-secureedge5410.c72 static struct sh_machine_vector mv_snapgear __initmv = {
H A Dboard-shmin.c31 static struct sh_machine_vector mv_shmin __initmv = {
H A Dboard-edosk7705.c76 static struct sh_machine_vector mv_edosk7705 __initmv = {
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/7751/
H A Dsetup.c57 static struct sh_machine_vector mv_7751se __initmv = {
/kernel/linux/linux-5.10/arch/sh/boards/mach-dreamcast/
H A Dsetup.c34 static struct sh_machine_vector mv_dreamcast __initmv = {
/kernel/linux/linux-6.6/arch/sh/boards/mach-dreamcast/
H A Dsetup.c34 static struct sh_machine_vector mv_dreamcast __initmv = {
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/7751/
H A Dsetup.c57 static struct sh_machine_vector mv_7751se __initmv = {
/kernel/linux/linux-5.10/arch/sh/boards/mach-lboxre2/
H A Dsetup.c76 static struct sh_machine_vector mv_lboxre2 __initmv = {
/kernel/linux/linux-5.10/arch/sh/boards/mach-rsk/
H A Dsetup.c82 static struct sh_machine_vector mv_rsk __initmv = {
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/7206/
H A Dsetup.c92 static struct sh_machine_vector mv_se __initmv = {
/kernel/linux/linux-6.6/arch/sh/boards/mach-lboxre2/
H A Dsetup.c76 static struct sh_machine_vector mv_lboxre2 __initmv = {
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/7206/
H A Dsetup.c92 static struct sh_machine_vector mv_se __initmv = {
/kernel/linux/linux-6.6/arch/sh/boards/mach-rsk/
H A Dsetup.c82 static struct sh_machine_vector mv_rsk __initmv = {
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/7721/
H A Dsetup.c88 struct sh_machine_vector mv_se7721 __initmv = {

Completed in 5 milliseconds

1234