/Linux-v5.4/arch/powerpc/include/asm/ |
D | code-patching.h | 33 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/ |
D | vexpress-config.c | 25 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/ |
D | 8xx.c | 92 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/ |
D | vexpress.h | 20 void vexpress_config_set_master(u32 site); 26 int vexpress_config_get_topo(struct device_node *node, u32 *site,
|
/Linux-v5.4/drivers/misc/ |
D | vexpress-syscfg.c | 148 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/ |
D | vexpress.txt | 103 - 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/ |
D | INSTALL | 175 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/ |
D | smdk2440.rst | 25 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/ |
D | sb1000.txt | 43 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/ |
D | nct7802.rst | 12 Datasheet: Available from Nuvoton web site
|
D | userspace-tools.rst | 23 Get lm-sensors from project web site. Please note, you need only userspace
|
/Linux-v5.4/Documentation/media/dvb-drivers/ |
D | intro.rst | 6 The main development site and GIT repository for these
|
/Linux-v5.4/drivers/thermal/ |
D | qoriq_thermal.c | 52 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/ |
D | i2c-sis5595.rst | 12 Datasheet: Publicly available at the Silicon Integrated Systems Corp. site.
|
/Linux-v5.4/Documentation/networking/ |
D | dctcp.txt | 42 DCTCP site:
|
/Linux-v5.4/arch/um/drivers/ |
D | Kconfig | 166 <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/ |
D | Kconfig | 14 look at Patrick Caulfield's web site:
|
/Linux-v5.4/Documentation/trace/ |
D | tracepoints.rst | 26 the tracepoint site). 108 is done at the registration site by the compiler. Tracepoints can be
|
D | ftrace-design.rst | 139 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/ |
D | qoriq-thermal.txt | 21 site ID, and represents the "n" in TRITSRn and TRATSRn.
|
/Linux-v5.4/Documentation/x86/ |
D | usb-legacy-support.rst | 47 manufacturers web site. If an update is not available, disable USB
|
D | intel_txt.rst | 24 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/ |
D | ecryptfs.txt | 17 SourceForge site:
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
D | net_prio.rst | 13 2) The priority of application traffic is often a site-specific administrative
|
/Linux-v5.4/Documentation/misc-devices/ |
D | c2port.txt | 32 Silicon Laboratories site], see:
|