Home
last modified time | relevance | path

Searched full:globals (Results 1 – 25 of 122) sorted by relevance

12345

/linux/arch/x86/include/asm/
H A Dinvpcid.h25 /* Flush all mappings for a given pcid and addr, not including globals. */
32 /* Flush all mappings for a given PCID, not including globals. */
38 /* Flush all mappings, including globals, for all PCIDs. */
44 /* Flush all mappings for all PCIDs except globals. */
/linux/samples/bpf/
H A Dsockex3_kern.c58 struct globals { struct
65 __type(value, struct globals); argument
70 static struct globals *this_cpu_globals(void) in this_cpu_globals()
90 static void update_stats(struct __sk_buff *skb, struct globals *g) in update_stats()
107 struct globals *g, __u32 ip_proto) in parse_ip_proto()
160 struct globals *g = this_cpu_globals(); in bpf_func_ip()
189 struct globals *g = this_cpu_globals(); in bpf_func_ipv6()
H A Dtc_l2_redirect.sh83 rm -f /sys/fs/bpf/tc/globals/tun_iface
109 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ipt/ifindex)
146 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ip6t/ifindex)
H A Dlwt_len_hist.sh12 rm /sys/fs/bpf/tc/globals/lwt_len_hist_map
H A Dlwt_len_hist_user.c32 const char *map_filename = "/sys/fs/bpf/tc/globals/lwt_len_hist_map"; in main()
/linux/arch/sparc/include/uapi/asm/
H A Dpstate.h18 #define PSTATE_IG _AC(0x0000000000000800,UL) /* Interrupt Globals. */
20 #define PSTATE_MG _AC(0x0000000000000400,UL) /* MMU Globals. */
32 #define PSTATE_AG _AC(0x0000000000000001,UL) /* Alternate Globals. */
60 #define TSTATE_IG _AC(0x0000000000080000,UL) /* Interrupt Globals.*/
62 #define TSTATE_MG _AC(0x0000000000040000,UL) /* MMU Globals. */
74 #define TSTATE_AG _AC(0x0000000000000100,UL) /* Alternate Globals.*/
H A Dptrace.h23 unsigned long u_regs[16]; /* globals and ins */
48 unsigned int u_regs[16]; /* globals and ins */
109 unsigned long u_regs[16]; /* globals and ins */
/linux/fs/ntfs3/
H A Dntfs_fs.h488 /* Globals from bitfunc.c */
493 /* Globals from dir.c */
505 /* Globals from file.c */
520 /* Globals from frecord.c */
591 /* Globals from fslog.c */
595 /* Globals from fsntfs.c */
665 /* Globals from index.c */
705 /* Globals from inode.c */
731 /* Globals from name_i.c */
740 /* Globals from record.c */
[all …]
/linux/fs/ntfs3/lib/
H A Dlib.h15 /* globals from xpress_decompress.c */
24 /* globals from lzx_decompress.c */
/linux/drivers/acpi/acpica/
H A Dacglobal.h15 * Globals related to the incoming ACPI tables
101 * Miscellaneous globals
202 * Interpreter/Parser globals
219 * Hardware globals
232 * Event and GPE globals
320 /* Statistics globals */
340 * ACPICA application-specific globals
H A Dutglobal.c56 * Namespace globals
96 * Event and Hardware globals
235 /* Public globals */
H A Dutinit.c79 * DESCRIPTION: Initialize ACPICA globals. All globals that require specific
280 /* Close the globals */ in acpi_ut_subsystem_shutdown()
H A Dutxfinit.c55 /* Initialize all globals used by the subsystem */ in acpi_initialize_subsystem()
60 "During initialization of globals")); in acpi_initialize_subsystem()
/linux/drivers/usb/dwc3/
H A Dio.h24 * We requested the mem region starting from the Globals address in dwc3_readl()
43 * We requested the mem region starting from the Globals address in dwc3_writel()
/linux/Documentation/devicetree/bindings/gpu/
H A Dapple,agx.yaml59 - const: globals
90 "hw-cal-a", "hw-cal-b", "globals";
/linux/arch/sparc/include/asm/
H A Dsigcontext.h44 unsigned int u_regs[16]; /* globals and ins */
76 unsigned long u_regs[16]; /* globals and ins */
/linux/arch/sparc/kernel/
H A Dcherrs.S175 * jump to interrupt globals. If some trap level above us
176 * was also using interrupt globals, we cannot recover.
187 andcc %g4, %g3, %g0 ! Interrupt globals in use?
195 do_dcpe_tl1_nonfatal: /* Ok we may use interrupt globals safely. */
238 andcc %g4, %g3, %g0 ! Interrupt globals in use?
246 do_icpe_tl1_nonfatal: /* Ok we may use interrupt globals safely. */
H A Dwof.S187 /* Restore saved globals */
243 /* Restore the saved globals and build a pt_regs frame. */
279 /* Restore globals, condition codes in the %psr and
H A Ddtlb_prot.S21 rdpr %pstate, %g5 ! Move into alt-globals
H A Drtrap_64.S200 /* Normal globals are restored, go to trap globals. */
/linux/include/acpi/
H A Dacpixf.h24 * Macros used for ACPICA globals and configuration
31 * The use of these macros allows for a single list of globals (here)
86 * Public globals and runtime configuration options
255 * Debugger command handshake globals. Host OSes need to access these
264 * Other miscellaneous globals
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu8.h42 uint32_t Globals; member
/linux/tools/power/acpi/tools/acpidump/
H A Dacpidump.h26 /* Globals */
/linux/arch/powerpc/crypto/
H A Dppc-xlate.pl10 my %GLOBALS;
19 my $global = \$GLOBALS{$name};
/linux/Documentation/core-api/
H A Dnetlink.rst64 Globals section in Netlink specification

12345