Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/kernel/
Dstatic_call.c33 static inline void *static_call_addr(struct static_call_site *site) in static_call_addr() argument
35 return (void *)((long)site->addr + (long)&site->addr); in static_call_addr()
38 static inline unsigned long __static_call_key(const struct static_call_site *site) in __static_call_key() argument
40 return (long)site->key + (long)&site->key; in __static_call_key()
43 static inline struct static_call_key *static_call_key(const struct static_call_site *site) in static_call_key() argument
45 return (void *)(__static_call_key(site) & ~STATIC_CALL_SITE_FLAGS); in static_call_key()
49 static inline bool static_call_is_init(struct static_call_site *site) in static_call_is_init() argument
51 return __static_call_key(site) & STATIC_CALL_SITE_INIT; in static_call_is_init()
54 static inline bool static_call_is_tail(struct static_call_site *site) in static_call_is_tail() argument
56 return __static_call_key(site) & STATIC_CALL_SITE_TAIL; in static_call_is_tail()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dsecurity.c438 u32 *site; in update_branch_cache_flush() local
441 site = &patch__call_kvm_flush_link_stack; in update_branch_cache_flush()
444 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
447 patch_branch_site(site, (u64)&kvm_flush_link_stack, BRANCH_SET_LINK); in update_branch_cache_flush()
452 site = &patch__call_flush_branch_caches3; in update_branch_cache_flush()
453 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
454 site = &patch__call_flush_branch_caches2; in update_branch_cache_flush()
455 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
456 site = &patch__call_flush_branch_caches1; in update_branch_cache_flush()
457 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dcode-patching.h35 static inline unsigned long patch_site_addr(s32 *site) in patch_site_addr() argument
37 return (unsigned long)site + *site; in patch_site_addr()
40 static inline int patch_instruction_site(s32 *site, struct ppc_inst instr) in patch_instruction_site() argument
42 return patch_instruction((struct ppc_inst *)patch_site_addr(site), instr); in patch_instruction_site()
45 static inline int patch_branch_site(s32 *site, unsigned long target, int flags) in patch_branch_site() argument
47 return patch_branch((struct ppc_inst *)patch_site_addr(site), target, flags); in patch_branch_site()
56 static inline int modify_instruction_site(s32 *site, unsigned int clr, unsigned int set) in modify_instruction_site() argument
58 return modify_instruction((unsigned int *)patch_site_addr(site), clr, set); in modify_instruction_site()
/kernel/linux/linux-5.10/drivers/bus/
Dvexpress-config.c75 static void vexpress_config_set_master(u32 site) in vexpress_config_set_master() argument
77 vexpress_config_site_master = site; in vexpress_config_set_master()
107 static int vexpress_config_get_topo(struct device_node *node, u32 *site, in vexpress_config_get_topo() argument
110 vexpress_config_find_prop(node, "arm,vexpress,site", site); in vexpress_config_get_topo()
111 if (*site == VEXPRESS_SITE_MASTER) in vexpress_config_get_topo()
112 *site = vexpress_config_site_master; in vexpress_config_get_topo()
257 u32 site, position, dcc; in vexpress_syscfg_regmap_init() local
260 err = vexpress_config_get_topo(dev->of_node, &site, in vexpress_syscfg_regmap_init()
301 func, site, position, dcc, in vexpress_syscfg_regmap_init()
305 func->template[i] |= SYS_CFGCTRL_SITE(site); in vexpress_syscfg_regmap_init()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dstatic_call.c94 void arch_static_call_transform(void *site, void *tramp, void *func, bool tail) in arch_static_call_transform() argument
103 if (IS_ENABLED(CONFIG_HAVE_STATIC_CALL_INLINE) && site) { in arch_static_call_transform()
104 __static_call_validate(site, tail); in arch_static_call_transform()
105 __static_call_transform(site, __sc_insn(!func, tail), func, false); in arch_static_call_transform()
/kernel/linux/linux-5.10/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).
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/cable/
Dsb1000.rst49 or check your Linux distribution binary CD or their web site. For help with
84 6. Download the original file sb1000-1.1.2.tar.gz from Franco's site or one of
94 to specify your login name and password and any site-specific information
120 10. Try pinging a site via ``ping -c 5 www.yahoo.com``, for example. You should
123 11. If you can't get site names (like www.yahoo.com) to resolve into
216 and Ralph Bonnell who are now managing the Linux SB1000 web site, and to
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Ddvb_references.rst6 The main development site and GIT repository for Digital TV
Dzr364xx.rst6 site: http://royale.zerezo.com/zr364xx/
/kernel/linux/linux-5.10/Documentation/i2c/busses/
Di2c-sis5595.rst12 Datasheet: Publicly available at the Silicon Integrated Systems Corp. site.
/kernel/linux/linux-5.10/arch/um/drivers/
DKconfig156 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
215 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
253 That site has a good overview of what VDE is and also examples
275 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
295 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
/kernel/linux/linux-5.10/Documentation/networking/
Ddctcp.rst50 DCTCP site:
/kernel/linux/linux-5.10/include/linux/
Dstatic_call.h106 extern void arch_static_call_transform(void *site, void *tramp, void *func, bool tail);
/kernel/linux/linux-5.10/Documentation/maintainer/
Dconfigure-git.rst40 The web site http://lore.kernel.org is meant as a grand archive of all mail
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/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.
364 functions. The first is used to turn the mcount call site into a nop (which
366 used to turn the mcount call site into a call to an arbitrary location (but
373 The rec->ip value is the address of the mcount call site that was collected
/kernel/linux/linux-5.10/Documentation/filesystems/
Decryptfs.rst21 SourceForge site:
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/
Dnet_prio.rst13 2) The priority of application traffic is often a site-specific administrative
/kernel/linux/linux-5.10/Documentation/misc-devices/
Dc2port.rst36 Silicon Laboratories site], see:
/kernel/linux/linux-5.10/Documentation/core-api/
Dpin_user_pages.rst41 FOLL_PIN and FOLL_GET. It's just the call site that needs to choose one or the
131 munmap() is provided. Therefore, flags to set at the call site are: ::
143 to set at the call site are: ::

12345