/linux/arch/x86/include/asm/ |
H A D | invpcid.h | 25 /* 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 D | sockex3_kern.c | 58 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 D | tc_l2_redirect.sh | 83 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 D | lwt_len_hist.sh | 12 rm /sys/fs/bpf/tc/globals/lwt_len_hist_map
|
H A D | lwt_len_hist_user.c | 32 const char *map_filename = "/sys/fs/bpf/tc/globals/lwt_len_hist_map"; in main()
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | pstate.h | 18 #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 D | ptrace.h | 23 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 D | ntfs_fs.h | 488 /* 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 D | lib.h | 15 /* globals from xpress_decompress.c */ 24 /* globals from lzx_decompress.c */
|
/linux/drivers/acpi/acpica/ |
H A D | acglobal.h | 15 * 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 D | utglobal.c | 56 * Namespace globals 96 * Event and Hardware globals 235 /* Public globals */
|
H A D | utinit.c | 79 * DESCRIPTION: Initialize ACPICA globals. All globals that require specific 280 /* Close the globals */ in acpi_ut_subsystem_shutdown()
|
H A D | utxfinit.c | 55 /* 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 D | io.h | 24 * 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 D | apple,agx.yaml | 59 - const: globals 90 "hw-cal-a", "hw-cal-b", "globals";
|
/linux/arch/sparc/include/asm/ |
H A D | sigcontext.h | 44 unsigned int u_regs[16]; /* globals and ins */ 76 unsigned long u_regs[16]; /* globals and ins */
|
/linux/arch/sparc/kernel/ |
H A D | cherrs.S | 175 * 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 D | wof.S | 187 /* 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 D | dtlb_prot.S | 21 rdpr %pstate, %g5 ! Move into alt-globals
|
H A D | rtrap_64.S | 200 /* Normal globals are restored, go to trap globals. */
|
/linux/include/acpi/ |
H A D | acpixf.h | 24 * 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 D | smu8.h | 42 uint32_t Globals; member
|
/linux/tools/power/acpi/tools/acpidump/ |
H A D | acpidump.h | 26 /* Globals */
|
/linux/arch/powerpc/crypto/ |
H A D | ppc-xlate.pl | 10 my %GLOBALS; 19 my $global = \$GLOBALS{$name};
|
/linux/Documentation/core-api/ |
H A D | netlink.rst | 64 Globals section in Netlink specification
|