map_state 3549 drivers/scsi/scsi_debug.c mapped = map_state(lba, &num); map_state 28 drivers/usb/musb/musb_gadget.c (req->map_state != UN_MAPPED)) map_state 38 drivers/usb/musb/musb_gadget.c request->map_state = UN_MAPPED; map_state 70 drivers/usb/musb/musb_gadget.c request->map_state = MUSB_MAPPED; map_state 78 drivers/usb/musb/musb_gadget.c request->map_state = PRE_MAPPED; map_state 96 drivers/usb/musb/musb_gadget.c if (request->map_state == MUSB_MAPPED) { map_state 112 drivers/usb/musb/musb_gadget.c request->map_state = UN_MAPPED; map_state 60 drivers/usb/musb/musb_gadget.h enum buffer_map_state map_state; map_state 294 include/linux/bpf_verifier.h unsigned long map_state; /* pointer/poison value for maps */ map_state 181 kernel/bpf/verifier.c return BPF_MAP_PTR(aux->map_state) == BPF_MAP_PTR_POISON; map_state 186 kernel/bpf/verifier.c return aux->map_state & BPF_MAP_PTR_UNPRIV; map_state 194 kernel/bpf/verifier.c aux->map_state = (unsigned long)map | map_state 3951 kernel/bpf/verifier.c if (!BPF_MAP_PTR(aux->map_state)) map_state 3954 kernel/bpf/verifier.c else if (BPF_MAP_PTR(aux->map_state) != meta->map_ptr) map_state 9122 kernel/bpf/verifier.c map_ptr = BPF_MAP_PTR(aux->map_state); map_state 9156 kernel/bpf/verifier.c map_ptr = BPF_MAP_PTR(aux->map_state);