Home
last modified time | relevance | path

Searched refs:site (Results 1 – 25 of 108) sorted by relevance

12345

/Linux-v5.4/arch/powerpc/include/asm/
Dcode-patching.h33 static inline unsigned long patch_site_addr(s32 *site) in patch_site_addr() argument
35 return (unsigned long)site + *site; in patch_site_addr()
38 static inline int patch_instruction_site(s32 *site, unsigned int instr) in patch_instruction_site() argument
40 return patch_instruction((unsigned int *)patch_site_addr(site), instr); in patch_instruction_site()
43 static inline int patch_branch_site(s32 *site, unsigned long target, int flags) in patch_branch_site() argument
45 return patch_branch((unsigned int *)patch_site_addr(site), target, flags); in patch_branch_site()
54 static inline int modify_instruction_site(s32 *site, unsigned int clr, unsigned int set) in modify_instruction_site() argument
56 return modify_instruction((unsigned int *)patch_site_addr(site), clr, set); in modify_instruction_site()
/Linux-v5.4/drivers/bus/
Dvexpress-config.c25 void vexpress_config_set_master(u32 site) in vexpress_config_set_master() argument
27 vexpress_config_site_master = site; in vexpress_config_set_master()
62 int vexpress_config_get_topo(struct device_node *node, u32 *site, in vexpress_config_get_topo() argument
65 vexpress_config_find_prop(node, "arm,vexpress,site", site); in vexpress_config_get_topo()
66 if (*site == VEXPRESS_SITE_MASTER) in vexpress_config_get_topo()
67 *site = vexpress_config_site_master; in vexpress_config_get_topo()
/Linux-v5.4/arch/powerpc/mm/nohash/
D8xx.c92 static void mmu_patch_cmp_limit(s32 *site, unsigned long mapped) in mmu_patch_cmp_limit() argument
94 modify_instruction_site(site, 0xffff, (unsigned long)__va(mapped) >> 16); in mmu_patch_cmp_limit()
97 static void mmu_patch_addis(s32 *site, long simm) in mmu_patch_addis() argument
99 unsigned int instr = *(unsigned int *)patch_site_addr(site); in mmu_patch_addis()
103 patch_instruction_site(site, instr); in mmu_patch_addis()
/Linux-v5.4/include/linux/
Dvexpress.h20 void vexpress_config_set_master(u32 site);
26 int vexpress_config_get_topo(struct device_node *node, u32 *site,
/Linux-v5.4/drivers/misc/
Dvexpress-syscfg.c148 u32 site, position, dcc; in vexpress_syscfg_regmap_init() local
151 err = vexpress_config_get_topo(dev->of_node, &site, in vexpress_syscfg_regmap_init()
192 func, site, position, dcc, in vexpress_syscfg_regmap_init()
196 func->template[i] |= SYS_CFGCTRL_SITE(site); in vexpress_syscfg_regmap_init()
/Linux-v5.4/Documentation/devicetree/bindings/arm/
Dvexpress.txt103 - site number:
104 arm,vexpress,site = <number>;
106 0xf means "master" site (site containing main CPU tile)
107 - when daughterboards are stacked on one site, their position
172 arm,vexpress,site = <0xf>;
/Linux-v5.4/tools/usb/usbip/
DINSTALL175 can create a site shell script called `config.site' that gives default
177 `configure' looks for `PREFIX/share/config.site' if it exists, then
178 `PREFIX/etc/config.site' if it exists. Or, you can set the
179 `CONFIG_SITE' environment variable to the location of the site script.
180 A warning: not all `configure' scripts look for a site script.
185 Variables not defined in a site shell script can be set in the
194 overridden in the site shell script).
/Linux-v5.4/Documentation/arm/samsung-s3c24xx/
Dsmdk2440.rst25 Ben Dooks' SMDK2440 site at http://www.fluff.org/ben/smdk2440/ which
29 site at http://www.handhelds.org/projects/h1940.html can also be
/Linux-v5.4/Documentation/networking/device_drivers/
Dsb1000.txt43 or check your Linux distribution binary CD or their web site. For help with
77 6.) Download the original file sb1000-1.1.2.tar.gz from Franco's site or one of
87 to specify your login name and password and any site-specific information
112 10.) Try pinging a site via `ping -c 5 www.yahoo.com', for example. You should
115 11.) If you can't get site names (like www.yahoo.com) to resolve into
201 and Ralph Bonnell who are now managing the Linux SB1000 web site, and to
/Linux-v5.4/Documentation/hwmon/
Dnct7802.rst12 Datasheet: Available from Nuvoton web site
Duserspace-tools.rst23 Get lm-sensors from project web site. Please note, you need only userspace
/Linux-v5.4/Documentation/media/dvb-drivers/
Dintro.rst6 The main development site and GIT repository for these
/Linux-v5.4/drivers/thermal/
Dqoriq_thermal.c52 struct qoriq_tmu_site_regs site[SITES_MAX]; member
103 val = tmu_read(qdata, &qdata->regs->site[qsensor->id].tritsr); in tmu_get_temp()
/Linux-v5.4/Documentation/i2c/busses/
Di2c-sis5595.rst12 Datasheet: Publicly available at the Silicon Integrated Systems Corp. site.
/Linux-v5.4/Documentation/networking/
Ddctcp.txt42 DCTCP site:
/Linux-v5.4/arch/um/drivers/
DKconfig166 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
224 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
263 That site has a good overview of what VDE is and also examples
283 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
304 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
/Linux-v5.4/net/decnet/
DKconfig14 look at Patrick Caulfield's web site:
/Linux-v5.4/Documentation/trace/
Dtracepoints.rst26 the tracepoint site).
108 is done at the registration site by the compiler. Tracepoints can be
Dftrace-design.rst139 original call site.
372 functions. The first is used to turn the mcount call site into a nop (which
374 used to turn the mcount call site into a call to an arbitrary location (but
381 The rec->ip value is the address of the mcount call site that was collected
/Linux-v5.4/Documentation/devicetree/bindings/thermal/
Dqoriq-thermal.txt21 site ID, and represents the "n" in TRITSRn and TRATSRn.
/Linux-v5.4/Documentation/x86/
Dusb-legacy-support.rst47 manufacturers web site. If an update is not available, disable USB
Dintel_txt.rst24 This site also has a link to the Intel TXT MLE Developers Manual,
220 system and can also be found on the Trusted Boot site. It is an
227 that is on the tboot SourceForge site under the SINIT ACM downloads.
/Linux-v5.4/Documentation/filesystems/
Decryptfs.txt17 SourceForge site:
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Dnet_prio.rst13 2) The priority of application traffic is often a site-specific administrative
/Linux-v5.4/Documentation/misc-devices/
Dc2port.txt32 Silicon Laboratories site], see:

12345