Home
last modified time | relevance | path

Searched defs:reg_state (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_lrc_reg.h33 #define ASSIGN_CTX_PDP(ppgtt, reg_state, n) do { \ argument
40 #define ASSIGN_CTX_PML4(ppgtt, reg_state) do { \ argument
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c726 struct reg_state { struct
731 static void print_reg_state(struct reg_state *r, const char *sfx) in print_reg_state() argument
/linux/include/linux/
H A Dnetdevice.h2409 u8 reg_state; member
5655 u8 reg_state = READ_ONCE(dev->reg_state); in netdev_reg_state() local
/linux/kernel/bpf/
H A Dverifier.c4105 struct bpf_func_state *reg_state, in check_stack_read_fixed_off()
4259 static struct bpf_reg_state *reg_state(struct bpf_verifier_env *env, int regno) in reg_state() function