/linux/arch/x86/kvm/ |
H A D | reverse_cpuid.h | 21 #define KVM_X86_FEATURE(w, f) ((w)*32 + (f)) argument 122 #define KVM_X86_TRANSLATE_FEATURE(f) \ in __feature_translate() argument
|
/linux/samples/bpf/ |
H A D | tracex1_user.c | 13 FILE *f; in main() local
|
/linux/drivers/xen/ |
H A D | features.c | 27 #define chk_required_feature(f) { \ argument
|
/linux/arch/arm/include/asm/ |
H A D | tlbflush.h | 299 #define tlb_flag(f) ((always_tlb_flags & (f)) || (__tlb_flag & possible_tlb_flags & (f))) argument 301 #define __tlb_op(f, insnarg, arg) \ argument 313 #define tlb_op(f, regs, arg) __tlb_op(f, "p15, 0, %0, " regs, arg) argument 314 #define tlb_l2_op(f, regs, arg) __tlb_op(f, "p15, 1, %0, " regs, arg) argument
|
/linux/arch/sh/math-emu/ |
H A D | math.c | 59 #define PACK_S(r,f) FP_PACK_SP(&r,f) argument 60 #define UNPACK_S(f,r) FP_UNPACK_SP(f,&r) argument 61 #define PACK_D(r,f) \ argument 63 #define UNPACK_D(f,r) \ argument
|
/linux/arch/x86/crypto/ |
H A D | sm3-avx-asm_64.S | 113 #define f %r13d macro 181 #define R(i, a, b, c, d, e, f, g, h, round, widx, wtype) \ argument 215 #define R1(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument 218 #define R2(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
|
/linux/drivers/ras/amd/ |
H A D | fmpm.c | 856 static void *fmpm_start(struct seq_file *f, loff_t *pos) in fmpm_start() 863 static void *fmpm_next(struct seq_file *f, void *data, loff_t *pos) in fmpm_next() 870 static void fmpm_stop(struct seq_file *f, void *data) in fmpm_stop() 880 static int fmpm_show(struct seq_file *f, void *data) in fmpm_show()
|
/linux/tools/testing/selftests/mm/ |
H A D | vm_util.c | 299 FILE *f = fopen("/proc/meminfo", "r"); in default_huge_page_size() local 404 FILE *f = fopen("/proc/meminfo", "r"); in get_free_hugepages() local 532 FILE *f = fopen(file_path, "w"); in write_sysfs() local 551 FILE *f = fopen(file_path, "r"); in read_sysfs() local
|
/linux/drivers/media/platform/sunxi/sun8i-rotate/ |
H A D | sun8i_formats.c | 252 int rotate_enum_fmt(struct v4l2_fmtdesc *f, bool dst) in rotate_enum_fmt()
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_fence.c | 38 struct vc4_fence *f = to_vc4_fence(fence); in vc4_fence_signaled() local
|
/linux/include/dt-bindings/pinctrl/ |
H A D | rzv2m-pinctrl.h | 18 #define RZV2M_PORT_PINMUX(b, p, f) ((b) * RZV2M_PINS_PER_PORT + (p) | ((f) << 16)) argument
|
H A D | rzg2l-pinctrl.h | 18 #define RZG2L_PORT_PINMUX(b, p, f) ((b) * RZG2L_PINS_PER_PORT + (p) | ((f) << 16)) argument
|
H A D | renesas,r9a09g077-pinctrl.h | 17 #define RZT2H_PORT_PINMUX(b, p, f) ((b) * RZT2H_PINS_PER_PORT + (p) | ((f) << 16)) argument
|
/linux/tools/testing/selftests/powerpc/math/ |
H A D | fpu_denormal.c | 20 volatile float f; in test_denormal_fpu() local
|
/linux/arch/mips/boot/ |
H A D | ecoff.h | 59 #define N_TXTOFF(f, a) \ argument 64 #define N_DATOFF(f, a) \ argument
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | ior.h | 203 #define IOR_MSG(i,l,f,a...) do { \ argument 207 #define IOR_WARN(i,f,a...) IOR_MSG((i), warn, f, ##a) argument 208 #define IOR_DBG(i,f,a...) IOR_MSG((i), debug, f, ##a) argument
|
/linux/drivers/iio/dac/ |
H A D | ad3552r-hs.c | 513 static ssize_t ad3552r_hs_show_data_source(struct file *f, char __user *userbuf, in ad3552r_hs_show_data_source() 542 static ssize_t ad3552r_hs_write_data_source(struct file *f, in ad3552r_hs_write_data_source() 582 static ssize_t ad3552r_hs_show_data_source_avail(struct file *f, in ad3552r_hs_show_data_source_avail()
|
/linux/arch/m68k/coldfire/ |
H A D | m525x.c | 47 u32 f = readl(MCFSIM2_GPIOFUNC); in m525x_qspi_init() local
|
/linux/drivers/net/ethernet/hisilicon/hibmcge/ |
H A D | hbg_ethtool.h | 9 #define HBG_STATS_FIELD_OFF(f) (offsetof(struct hbg_stats, f)) argument
|
/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 499 struct filter *f; should_process_file_prog() local 572 struct filter *f; append_filter() local 693 FILE *f; append_filter_file() local 748 FILE *f; append_file_from_file() local 1346 FILE *f; write_one_line() local 1369 FILE *f; scanf_one_line() local 1752 FILE *f; append_var_preset_file() local 2625 FILE *f; parse_stats_csv() local 2909 is_join_stat_filter_matched(struct filter * f,const struct verif_stats_join * stats) is_join_stat_filter_matched() argument 2935 struct filter *f; should_output_join_stats() local 3122 is_stat_filter_matched(struct filter * f,const struct verif_stats * stats) is_stat_filter_matched() argument 3144 struct filter *f; should_output_stats() local [all...] |
/linux/drivers/md/persistent-data/ |
H A D | dm-btree.c | 180 static int top_frame(struct del_stack *s, struct frame **f) in top_frame() 197 static void prefetch_children(struct del_stack *s, struct frame *f) in prefetch_children() 206 static bool is_internal_level(struct dm_btree_info *info, struct frame *f) in is_internal_level() 234 struct frame *f = s->spine + ++s->top; in push_frame() local 257 struct frame *f = s->spine + s->top--; in pop_frame() local 265 struct frame *f; in unlock_all_frames() local 296 struct frame *f; in dm_btree_del() local
|
/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_fence.c | 31 struct v3d_fence *f = to_v3d_fence(fence); in v3d_fence_get_timeline_name() local
|
/linux/drivers/media/radio/ |
H A D | radio-sf16fmi.c | 165 const struct v4l2_frequency *f) in vidioc_s_frequency() 179 struct v4l2_frequency *f) in vidioc_g_frequency()
|
/linux/tools/virtio/ringtest/ |
H A D | ptr_ring.c | 102 static void spin_lock_irqsave(spinlock_t *lock, unsigned long f) in spin_lock_irqsave() 107 static void spin_unlock_irqrestore(spinlock_t *lock, unsigned long f) in spin_unlock_irqrestore()
|
/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_83xx.h | 90 #define QLA83XX_CRB_WIN_FUNC(f) (QLA83XX_CRB_WIN_BASE+((f)*4)) argument 93 #define QLA83XX_SEM_LOCK_FUNC(f) (QLA83XX_SEM_LOCK_BASE+((f)*8)) argument 94 #define QLA83XX_SEM_UNLOCK_FUNC(f) (QLA83XX_SEM_UNLOCK_BASE+((f)*8)) argument 95 #define QLA83XX_LINK_STATE(f) (0x3698+((f) > 7 ? 4 : 0)) argument 96 #define QLA83XX_LINK_SPEED(f) (0x36E0+(((f) >> 2) * 4)) argument 97 #define QLA83XX_MAX_LINK_SPEED(f) (0x36F0+(((f) / 4) * 4)) argument
|