Home
last modified time | relevance | path

Searched refs:setup (Results 1 - 25 of 2653) sorted by relevance

12345678910>>...107

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_render_cl.c56 static inline void rcl_u8(struct vc4_rcl_setup *setup, u8 val) in rcl_u8() argument
58 *(u8 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u8()
59 setup->next_offset += 1; in rcl_u8()
62 static inline void rcl_u16(struct vc4_rcl_setup *setup, u16 val) in rcl_u16() argument
64 *(u16 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u16()
65 setup->next_offset += 2; in rcl_u16()
68 static inline void rcl_u32(struct vc4_rcl_setup *setup, u32 val) in rcl_u32() argument
70 *(u32 *)(setup in rcl_u32()
80 vc4_store_before_load(struct vc4_rcl_setup *setup) vc4_store_before_load() argument
115 vc4_tile_coordinates(struct vc4_rcl_setup *setup, uint32_t x, uint32_t y) vc4_tile_coordinates() argument
123 emit_tile(struct vc4_exec_info *exec, struct vc4_rcl_setup *setup, uint8_t x, uint8_t y, bool first, bool last) emit_tile() argument
253 vc4_create_rcl_bo(struct drm_device *dev, struct vc4_exec_info *exec, struct vc4_rcl_setup *setup) vc4_create_rcl_bo() argument
534 vc4_rcl_render_config_surface_setup(struct vc4_exec_info *exec, struct vc4_rcl_setup *setup, struct drm_gem_cma_object **obj, struct drm_vc4_submit_rcl_surface *surf) vc4_rcl_render_config_surface_setup() argument
596 struct vc4_rcl_setup setup = {0}; vc4_get_rcl() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_render_cl.c56 static inline void rcl_u8(struct vc4_rcl_setup *setup, u8 val) in rcl_u8() argument
58 *(u8 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u8()
59 setup->next_offset += 1; in rcl_u8()
62 static inline void rcl_u16(struct vc4_rcl_setup *setup, u16 val) in rcl_u16() argument
64 *(u16 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u16()
65 setup->next_offset += 2; in rcl_u16()
68 static inline void rcl_u32(struct vc4_rcl_setup *setup, u32 val) in rcl_u32() argument
70 *(u32 *)(setup in rcl_u32()
80 vc4_store_before_load(struct vc4_rcl_setup *setup) vc4_store_before_load() argument
115 vc4_tile_coordinates(struct vc4_rcl_setup *setup, uint32_t x, uint32_t y) vc4_tile_coordinates() argument
123 emit_tile(struct vc4_exec_info *exec, struct vc4_rcl_setup *setup, uint8_t x, uint8_t y, bool first, bool last) emit_tile() argument
253 vc4_create_rcl_bo(struct drm_device *dev, struct vc4_exec_info *exec, struct vc4_rcl_setup *setup) vc4_create_rcl_bo() argument
534 vc4_rcl_render_config_surface_setup(struct vc4_exec_info *exec, struct vc4_rcl_setup *setup, struct drm_gem_dma_object **obj, struct drm_vc4_submit_rcl_surface *surf) vc4_rcl_render_config_surface_setup() argument
597 struct vc4_rcl_setup setup = {0}; vc4_get_rcl() local
[all...]
/kernel/linux/linux-5.10/net/wireless/
H A Dmesh.c100 struct mesh_setup *setup, in __cfg80211_join_mesh()
114 setup->is_secure) in __cfg80211_join_mesh()
120 if (!setup->mesh_id_len) in __cfg80211_join_mesh()
126 if (!setup->chandef.chan) { in __cfg80211_join_mesh()
128 setup->chandef = wdev->preset_chandef; in __cfg80211_join_mesh()
131 if (!setup->chandef.chan) { in __cfg80211_join_mesh()
150 setup->chandef.chan = chan; in __cfg80211_join_mesh()
154 if (setup->chandef.chan) in __cfg80211_join_mesh()
159 if (!setup->chandef.chan) in __cfg80211_join_mesh()
162 setup in __cfg80211_join_mesh()
98 __cfg80211_join_mesh(struct cfg80211_registered_device *rdev, struct net_device *dev, struct mesh_setup *setup, const struct mesh_config *conf) __cfg80211_join_mesh() argument
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dmesh.c104 struct mesh_setup *setup, in __cfg80211_join_mesh()
118 setup->is_secure) in __cfg80211_join_mesh()
124 if (!setup->mesh_id_len) in __cfg80211_join_mesh()
130 if (!setup->chandef.chan) { in __cfg80211_join_mesh()
132 setup->chandef = wdev->u.mesh.preset_chandef; in __cfg80211_join_mesh()
135 if (!setup->chandef.chan) { in __cfg80211_join_mesh()
154 setup->chandef.chan = chan; in __cfg80211_join_mesh()
158 if (setup->chandef.chan) in __cfg80211_join_mesh()
163 if (!setup->chandef.chan) in __cfg80211_join_mesh()
166 setup in __cfg80211_join_mesh()
102 __cfg80211_join_mesh(struct cfg80211_registered_device *rdev, struct net_device *dev, struct mesh_setup *setup, const struct mesh_config *conf) __cfg80211_join_mesh() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-vr41xx.c92 void __init vr41xx_pciu_setup(struct pci_controller_unit_setup *setup) in vr41xx_pciu_setup() argument
94 vr41xx_pci_controller_unit_setup = *setup; in vr41xx_pciu_setup()
99 struct pci_controller_unit_setup *setup; in vr41xx_pciu_init() local
107 setup = &vr41xx_pci_controller_unit_setup; in vr41xx_pciu_init()
128 if (setup->pci_clock_max != 0) in vr41xx_pciu_init()
129 pci_clock_max = setup->pci_clock_max; in vr41xx_pciu_init()
151 if (setup->master_memory1 != NULL) { in vr41xx_pciu_init()
152 master = setup->master_memory1; in vr41xx_pciu_init()
164 if (setup->master_memory2 != NULL) { in vr41xx_pciu_init()
165 master = setup in vr41xx_pciu_init()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Docteon_nic.h121 union octnic_cmd_setup *setup, u32 tag) in octnet_prepare_pci_cmd_o2()
140 port = (int)oct->instr_queue[setup->s.iq_no]->txpciq.s.port; in octnet_prepare_pci_cmd_o2()
150 if (!setup->s.gather) { in octnet_prepare_pci_cmd_o2()
151 ih2->dlengsz = setup->s.u.datasize; in octnet_prepare_pci_cmd_o2()
154 ih2->dlengsz = setup->s.u.gatherptrs; in octnet_prepare_pci_cmd_o2()
164 packet_params.s.ip_csum = setup->s.ip_csum; in octnet_prepare_pci_cmd_o2()
165 packet_params.s.transport_csum = setup->s.transport_csum; in octnet_prepare_pci_cmd_o2()
166 packet_params.s.tnl_csum = setup->s.tnl_csum; in octnet_prepare_pci_cmd_o2()
167 packet_params.s.tsflag = setup->s.timestamp; in octnet_prepare_pci_cmd_o2()
175 union octnic_cmd_setup *setup, u3 in octnet_prepare_pci_cmd_o3()
119 octnet_prepare_pci_cmd_o2(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) octnet_prepare_pci_cmd_o2() argument
173 octnet_prepare_pci_cmd_o3(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) octnet_prepare_pci_cmd_o3() argument
243 octnet_prepare_pci_cmd(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) octnet_prepare_pci_cmd() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Docteon_nic.h121 union octnic_cmd_setup *setup, u32 tag) in octnet_prepare_pci_cmd_o2()
140 port = (int)oct->instr_queue[setup->s.iq_no]->txpciq.s.port; in octnet_prepare_pci_cmd_o2()
150 if (!setup->s.gather) { in octnet_prepare_pci_cmd_o2()
151 ih2->dlengsz = setup->s.u.datasize; in octnet_prepare_pci_cmd_o2()
154 ih2->dlengsz = setup->s.u.gatherptrs; in octnet_prepare_pci_cmd_o2()
164 packet_params.s.ip_csum = setup->s.ip_csum; in octnet_prepare_pci_cmd_o2()
165 packet_params.s.transport_csum = setup->s.transport_csum; in octnet_prepare_pci_cmd_o2()
166 packet_params.s.tnl_csum = setup->s.tnl_csum; in octnet_prepare_pci_cmd_o2()
167 packet_params.s.tsflag = setup->s.timestamp; in octnet_prepare_pci_cmd_o2()
175 union octnic_cmd_setup *setup, u3 in octnet_prepare_pci_cmd_o3()
119 octnet_prepare_pci_cmd_o2(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) octnet_prepare_pci_cmd_o2() argument
173 octnet_prepare_pci_cmd_o3(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) octnet_prepare_pci_cmd_o3() argument
243 octnet_prepare_pci_cmd(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) octnet_prepare_pci_cmd() argument
[all...]
/kernel/linux/linux-5.10/drivers/clk/imx/
H A Dclk-sscg-pll.c90 struct clk_sscg_pll_setup setup; member
112 static int clk_sscg_pll2_check_match(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_check_match() argument
120 memcpy(setup, temp_setup, sizeof(struct clk_sscg_pll_setup)); in clk_sscg_pll2_check_match()
128 static int clk_sscg_divq_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divq_lookup() argument
144 ret = clk_sscg_pll2_check_match(setup, temp_setup); in clk_sscg_divq_lookup()
155 static int clk_sscg_divf2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divf2_lookup() argument
162 ret = clk_sscg_divq_lookup(setup, temp_setup); in clk_sscg_divf2_lookup()
170 static int clk_sscg_divr2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divr2_lookup() argument
181 ret = clk_sscg_divf2_lookup(setup, temp_setup); in clk_sscg_divr2_lookup()
190 static int clk_sscg_pll2_find_setup(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_find_setup() argument
205 clk_sscg_divf1_lookup(struct clk_sscg_pll_setup *setup, struct clk_sscg_pll_setup *temp_setup) clk_sscg_divf1_lookup() argument
228 clk_sscg_divr1_lookup(struct clk_sscg_pll_setup *setup, struct clk_sscg_pll_setup *temp_setup) clk_sscg_divr1_lookup() argument
248 clk_sscg_pll1_find_setup(struct clk_sscg_pll_setup *setup, struct clk_sscg_pll_setup *temp_setup, uint64_t ref) clk_sscg_pll1_find_setup() argument
264 clk_sscg_pll_find_setup(struct clk_sscg_pll_setup *setup, uint64_t prate, uint64_t rate, int try_bypass) clk_sscg_pll_find_setup() argument
362 struct clk_sscg_pll_setup *setup = &pll->setup; clk_sscg_pll_set_rate() local
419 struct clk_sscg_pll_setup *setup = &pll->setup; __clk_sscg_pll_determine_rate() local
457 struct clk_sscg_pll_setup *setup = &pll->setup; clk_sscg_pll_determine_rate() local
[all...]
/kernel/linux/linux-6.6/drivers/clk/imx/
H A Dclk-sscg-pll.c90 struct clk_sscg_pll_setup setup; member
112 static int clk_sscg_pll2_check_match(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_check_match() argument
120 memcpy(setup, temp_setup, sizeof(struct clk_sscg_pll_setup)); in clk_sscg_pll2_check_match()
128 static int clk_sscg_divq_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divq_lookup() argument
144 ret = clk_sscg_pll2_check_match(setup, temp_setup); in clk_sscg_divq_lookup()
155 static int clk_sscg_divf2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divf2_lookup() argument
162 ret = clk_sscg_divq_lookup(setup, temp_setup); in clk_sscg_divf2_lookup()
170 static int clk_sscg_divr2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divr2_lookup() argument
181 ret = clk_sscg_divf2_lookup(setup, temp_setup); in clk_sscg_divr2_lookup()
190 static int clk_sscg_pll2_find_setup(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_find_setup() argument
205 clk_sscg_divf1_lookup(struct clk_sscg_pll_setup *setup, struct clk_sscg_pll_setup *temp_setup) clk_sscg_divf1_lookup() argument
228 clk_sscg_divr1_lookup(struct clk_sscg_pll_setup *setup, struct clk_sscg_pll_setup *temp_setup) clk_sscg_divr1_lookup() argument
248 clk_sscg_pll1_find_setup(struct clk_sscg_pll_setup *setup, struct clk_sscg_pll_setup *temp_setup, uint64_t ref) clk_sscg_pll1_find_setup() argument
264 clk_sscg_pll_find_setup(struct clk_sscg_pll_setup *setup, uint64_t prate, uint64_t rate, int try_bypass) clk_sscg_pll_find_setup() argument
362 struct clk_sscg_pll_setup *setup = &pll->setup; clk_sscg_pll_set_rate() local
419 struct clk_sscg_pll_setup *setup = &pll->setup; __clk_sscg_pll_determine_rate() local
457 struct clk_sscg_pll_setup *setup = &pll->setup; clk_sscg_pll_determine_rate() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dscrub.c146 /* Scrub setup and teardown */
190 .setup = xchk_setup_fs,
196 .setup = xchk_setup_fs,
202 .setup = xchk_setup_fs,
208 .setup = xchk_setup_fs,
214 .setup = xchk_setup_fs,
220 .setup = xchk_setup_ag_allocbt,
226 .setup = xchk_setup_ag_allocbt,
232 .setup = xchk_setup_ag_iallocbt,
238 .setup
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/
H A DMakefile28 obj-$(CONFIG_ARCH_IXDP4XX) += ixdp425-setup.o
29 obj-$(CONFIG_MACH_AVILA) += avila-setup.o
30 obj-$(CONFIG_MACH_IXDPG425) += coyote-setup.o
31 obj-$(CONFIG_ARCH_ADI_COYOTE) += coyote-setup.o
32 obj-$(CONFIG_MACH_GTWX5715) += gtwx5715-setup.o
33 obj-$(CONFIG_MACH_DEVIXP) += omixp-setup.o
34 obj-$(CONFIG_MACH_MICCPT) += omixp-setup.o
35 obj-$(CONFIG_MACH_MIC256) += omixp-setup.o
36 obj-$(CONFIG_MACH_NSLU2) += nslu2-setup.o
37 obj-$(CONFIG_MACH_NAS100D) += nas100d-setup
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Daha152x.c618 /* setup & interrupt */
714 struct Scsi_Host *aha152x_probe_one(struct aha152x_setup *setup) in aha152x_probe_one() argument
730 shpnt->io_port = setup->io_port; in aha152x_probe_one()
732 shpnt->irq = setup->irq; in aha152x_probe_one()
734 if (!setup->tc1550) { in aha152x_probe_one()
735 HOSTIOPORT0 = setup->io_port; in aha152x_probe_one()
736 HOSTIOPORT1 = setup->io_port; in aha152x_probe_one()
738 HOSTIOPORT0 = setup->io_port+0x10; in aha152x_probe_one()
739 HOSTIOPORT1 = setup->io_port-0x10; in aha152x_probe_one()
743 RECONNECT = setup in aha152x_probe_one()
2917 static struct aha152x_setup setup[2]; global() variable
3014 checksetup(struct aha152x_setup *setup) checksetup() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha152x.c636 /* setup & interrupt */
733 struct Scsi_Host *aha152x_probe_one(struct aha152x_setup *setup) in aha152x_probe_one() argument
749 shpnt->io_port = setup->io_port; in aha152x_probe_one()
751 shpnt->irq = setup->irq; in aha152x_probe_one()
753 if (!setup->tc1550) { in aha152x_probe_one()
754 HOSTIOPORT0 = setup->io_port; in aha152x_probe_one()
755 HOSTIOPORT1 = setup->io_port; in aha152x_probe_one()
757 HOSTIOPORT0 = setup->io_port+0x10; in aha152x_probe_one()
758 HOSTIOPORT1 = setup->io_port-0x10; in aha152x_probe_one()
762 RECONNECT = setup in aha152x_probe_one()
2970 static struct aha152x_setup setup[2]; global() variable
3067 checksetup(struct aha152x_setup *setup) checksetup() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/boot/
H A DMakefile31 targets := vmlinux.bin setup.bin setup.elf bzImage
35 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o
36 setup-y += early_serial_console.o edd.o header.o main.o memory.o
37 setup-y += pm.o pmjump.o printf.o regs.o string.o tty.o video.o
38 setup-y += video-mode.o version.o
39 setup-$(CONFIG_X86_APM_BOOT) += apm.o
45 setup-y += video-vga.o
46 setup-y += video-vesa.o
47 setup
[all...]
/kernel/linux/linux-6.6/arch/x86/boot/
H A DMakefile32 targets := vmlinux.bin setup.bin setup.elf bzImage
36 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o
37 setup-y += early_serial_console.o edd.o header.o main.o memory.o
38 setup-y += pm.o pmjump.o printf.o regs.o string.o tty.o video.o
39 setup-y += video-mode.o version.o
40 setup-$(CONFIG_X86_APM_BOOT) += apm.o
46 setup-y += video-vga.o
47 setup-y += video-vesa.o
48 setup
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_apd.c27 * @setup: a hook routine to set device resource during create platform device
34 int (*setup)(struct apd_private_data *pdata); member
108 .setup = acpi_apd_setup,
113 .setup = acpi_apd_setup,
125 .setup = acpi_apd_setup,
131 .setup = fch_misc_setup,
137 .setup = acpi_apd_setup,
142 .setup = acpi_apd_setup,
147 .setup = acpi_apd_setup,
152 .setup
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/
H A DMakefile5 obj-$(CONFIG_MACH_KUROBOX_PRO) += kurobox_pro-setup.o
6 obj-$(CONFIG_MACH_TERASTATION_PRO2) += terastation_pro2-setup.o
7 obj-$(CONFIG_MACH_LINKSTATION_PRO) += kurobox_pro-setup.o
8 obj-$(CONFIG_MACH_DNS323) += dns323-setup.o
9 obj-$(CONFIG_MACH_TS209) += ts209-setup.o tsx09-common.o
10 obj-$(CONFIG_MACH_TS409) += ts409-setup.o tsx09-common.o
11 obj-$(CONFIG_MACH_TS78XX) += ts78xx-setup.o
12 obj-$(CONFIG_MACH_MV2120) += mv2120-setup.o
13 obj-$(CONFIG_MACH_NET2BIG) += net2big-setup.o
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
H A DMakefile6 obj-y := ex.o probe.o entry.o setup-sh3.o
10 # CPU subtype setup
11 obj-$(CONFIG_CPU_SUBTYPE_SH7705) += setup-sh7705.o serial-sh770x.o
12 obj-$(CONFIG_CPU_SUBTYPE_SH7706) += setup-sh770x.o serial-sh770x.o
13 obj-$(CONFIG_CPU_SUBTYPE_SH7707) += setup-sh770x.o serial-sh770x.o
14 obj-$(CONFIG_CPU_SUBTYPE_SH7708) += setup-sh770x.o serial-sh770x.o
15 obj-$(CONFIG_CPU_SUBTYPE_SH7709) += setup-sh770x.o serial-sh770x.o
16 obj-$(CONFIG_CPU_SUBTYPE_SH7710) += setup-sh7710.o serial-sh7710.o
17 obj-$(CONFIG_CPU_SUBTYPE_SH7712) += setup-sh7710.o serial-sh7710.o
18 obj-$(CONFIG_CPU_SUBTYPE_SH7720) += setup
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
H A DMakefile6 obj-y := ex.o probe.o entry.o setup-sh3.o
10 # CPU subtype setup
11 obj-$(CONFIG_CPU_SUBTYPE_SH7705) += setup-sh7705.o serial-sh770x.o
12 obj-$(CONFIG_CPU_SUBTYPE_SH7706) += setup-sh770x.o serial-sh770x.o
13 obj-$(CONFIG_CPU_SUBTYPE_SH7707) += setup-sh770x.o serial-sh770x.o
14 obj-$(CONFIG_CPU_SUBTYPE_SH7708) += setup-sh770x.o serial-sh770x.o
15 obj-$(CONFIG_CPU_SUBTYPE_SH7709) += setup-sh770x.o serial-sh770x.o
16 obj-$(CONFIG_CPU_SUBTYPE_SH7710) += setup-sh7710.o serial-sh7710.o
17 obj-$(CONFIG_CPU_SUBTYPE_SH7712) += setup-sh7710.o serial-sh7710.o
18 obj-$(CONFIG_CPU_SUBTYPE_SH7720) += setup
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtest_vxlan_vnifiltering.sh177 setup-hv-networking() {
193 # example: setup-vm <hvid> <vmid> <brid> <VATTRS> <mcast_for_bum>
199 # setup-vm 1 11 1 \
202 setup-vm() {
394 setup-hv-networking 1 $hv1addr1 24 $hv1addr2 64 $hv2addr1 $hv2addr2
395 setup-hv-networking 2 $hv2addr1 24 $hv2addr2 64 $hv1addr1 $hv1addr2
399 setup-vm 1 11 1 10-v4-$hv1addr1-$hv2addr1-vnifilter,20-v4-$hv1addr1-$hv2addr1-vnifilter 0
400 setup-vm 1 21 2 10-v6-$hv1addr2-$hv2addr2-vnifilter,20-v6-$hv1addr2-$hv2addr2-vnifilter 0
402 setup-vm 2 12 1 10-v4-$hv2addr1-$hv1addr1-vnifilter,20-v4-$hv2addr1-$hv1addr1-vnifilter 0
403 setup
[all...]
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dscrub.c148 /* Scrub setup and teardown */
210 .setup = xchk_setup_fs,
216 .setup = xchk_setup_agheader,
222 .setup = xchk_setup_agheader,
228 .setup = xchk_setup_agheader,
234 .setup = xchk_setup_agheader,
240 .setup = xchk_setup_ag_allocbt,
246 .setup = xchk_setup_ag_allocbt,
252 .setup = xchk_setup_ag_iallocbt,
258 .setup
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H A DMakefile18 # CPU subtype setup
19 obj-$(CONFIG_CPU_SUBTYPE_SH7750) += setup-sh7750.o
20 obj-$(CONFIG_CPU_SUBTYPE_SH7750R) += setup-sh7750.o
21 obj-$(CONFIG_CPU_SUBTYPE_SH7750S) += setup-sh7750.o
22 obj-$(CONFIG_CPU_SUBTYPE_SH7091) += setup-sh7750.o
23 obj-$(CONFIG_CPU_SUBTYPE_SH7751) += setup-sh7750.o
24 obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += setup-sh7750.o
25 obj-$(CONFIG_CPU_SUBTYPE_SH7760) += setup-sh7760.o
26 obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += setup-sh4-202.o
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H A DMakefile18 # CPU subtype setup
19 obj-$(CONFIG_CPU_SUBTYPE_SH7750) += setup-sh7750.o
20 obj-$(CONFIG_CPU_SUBTYPE_SH7750R) += setup-sh7750.o
21 obj-$(CONFIG_CPU_SUBTYPE_SH7750S) += setup-sh7750.o
22 obj-$(CONFIG_CPU_SUBTYPE_SH7091) += setup-sh7750.o
23 obj-$(CONFIG_CPU_SUBTYPE_SH7751) += setup-sh7750.o
24 obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += setup-sh7750.o
25 obj-$(CONFIG_CPU_SUBTYPE_SH7760) += setup-sh7760.o
26 obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += setup-sh4-202.o
/kernel/linux/linux-5.10/arch/arm/mach-shmobile/
H A DMakefile10 obj-$(CONFIG_ARCH_SH73A0) += setup-sh73a0.o
11 obj-$(CONFIG_ARCH_R8A73A4) += setup-r8a73a4.o
12 obj-$(CONFIG_ARCH_R8A7740) += setup-r8a7740.o
13 obj-$(CONFIG_ARCH_R8A7778) += setup-r8a7778.o
14 obj-$(CONFIG_ARCH_R8A7779) += setup-r8a7779.o
15 obj-$(CONFIG_ARCH_EMEV2) += setup-emev2.o
16 obj-$(CONFIG_ARCH_R7S72100) += setup-r7s72100.o
17 obj-$(CONFIG_ARCH_R7S9210) += setup-r7s9210.o
23 obj-$(CONFIG_ARCH_RCAR_GEN2) += setup-rcar-gen2.o platsmp-apmu.o $(cpu-y)
/kernel/linux/linux-6.6/arch/arm/mach-shmobile/
H A DMakefile10 obj-$(CONFIG_ARCH_SH73A0) += setup-sh73a0.o
11 obj-$(CONFIG_ARCH_R8A73A4) += setup-r8a73a4.o
12 obj-$(CONFIG_ARCH_R8A7740) += setup-r8a7740.o
13 obj-$(CONFIG_ARCH_R8A7778) += setup-r8a7778.o
14 obj-$(CONFIG_ARCH_R8A7779) += setup-r8a7779.o
15 obj-$(CONFIG_ARCH_EMEV2) += setup-emev2.o
16 obj-$(CONFIG_ARCH_R7S72100) += setup-r7s72100.o
17 obj-$(CONFIG_ARCH_R7S9210) += setup-r7s9210.o
23 obj-$(CONFIG_ARCH_RCAR_GEN2) += setup-rcar-gen2.o platsmp-apmu.o $(cpu-y)

Completed in 13 milliseconds

12345678910>>...107