Home
last modified time | relevance | path

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

1234

/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.*/
/linux/tools/net/sunrpc/xdrgen/generators/
H A D__init__.py25 environment.globals["annotate"] = get_xdr_annotate()
26 environment.globals["public_apis"] = public_apis
27 environment.globals["pass_by_reference"] = pass_by_reference
28 environment.globals["structs"] = structs
/linux/fs/ntfs3/lib/
H A Dlib.h15 /* globals from xpress_decompress.c */
24 /* globals from lzx_decompress.c */
/linux/fs/ntfs3/
H A Dntfs_fs.h530 /* Globals from bitfunc.c */
535 /* Globals from dir.c */
552 /* Globals from file.c */
570 /* Globals from frecord.c */
645 /* Globals from fslog.c */
649 /* Globals from fsntfs.c */
747 /* Globals from index.c */
792 /* Globals from inode.c */
819 /* Globals from name_i.c */
828 /* Globals from record.c */
[all …]
/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/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu8.h42 uint32_t Globals; member
H A Dsmu7.h159 uint32_t Globals; member
/linux/tools/power/acpi/tools/acpidump/
H A Dacpidump.h26 /* Globals */
/linux/Documentation/core-api/
H A Dnetlink.rst64 Globals section in Netlink specification
/linux/arch/powerpc/boot/
H A Ddecompress.c40 /* globals for tracking the state of the decompression */
/linux/scripts/
H A DMakefile.kasan61 asan-globals=1
H A Dcheck-sysctl-docs34 # The following globals are used:
/linux/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_arena.c17 /* page 0 hosts the arena globals, page 1 is for allocations */
/linux/arch/powerpc/crypto/
H A Dppc-xlate.pl10 my %GLOBALS;
19 my $global = \$GLOBALS{$name};
/linux/drivers/gpu/drm/radeon/
H A Dsmu7.h140 uint32_t Globals; member
/linux/include/uapi/linux/
H A Dcoff.h184 #define COFF_SECT_DATA 1 /* Section for initialized globals */
185 #define COFF_SECT_BSS 2 /* Section for un-initialized globals */
/linux/drivers/net/fddi/skfp/h/
H A Dsmc.h195 /* Inter Module Globals */
212 /* inner Module Globals */

1234